MyraMath
|
Solves full-rank least squares problems, argmin x |A*x-b|, where A.I >= A.J (tall/skinny). More...
#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/dense/Vector.h>
#include <myramath/dense/Matrix.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | myra::MatrixRange< Number > |
Represents a mutable MatrixRange. More... | |
class | myra::VectorRange< Number > |
Represents a mutable VectorRange. More... | |
class | myra::QRSolver< Number > |
Factors a square matrix A into Q*R, presents solve methods. More... | |
class | myra::ReflectNumber< QRSolver< Number > > |
ReflectNumber for QRSolver. More... | |
Solves full-rank least squares problems, argmin x |A*x-b|, where A.I >= A.J (tall/skinny).