DESERT 3.5.1
Loading...
Searching...
No Matches
least_squares.h File Reference
#include <vector>
Include dependency graph for least_squares.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LSSQ
 

Enumerations

enum  LSSQ::LeastSqResult { LSSQ::OK = 0 , LSSQ::TIMEOUT = 1 , LSSQ::ERROR = 2 }
 

Functions

LeastSqResult LSSQ::nnLeastSquares (std::vector< std::vector< double > > a, std::vector< double > b, std::vector< double > &x, double *resid=nullptr)