DESERT 3.5.1
|
#include <vector>
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) |