|
MyraMath
|
A solver suitable for a real symmetric Matrix (indefinite is fine). Encapsulates sytrf() More...
#include <myramath/utility/Number.h>#include <myramath/dense/LowerMatrix.h>#include <myramath/dense/PivotMatrix.h>#include <utility>#include <vector>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | myra::MatrixRange< Number > |
| Represents a mutable MatrixRange. More... | |
| class | myra::RLDLTSolver< Precision > |
| Factors A = L*D*L', where D is a "sign matrix" of the form [I 0; 0 -I]. Presents solve methods. More... | |
| class | myra::ReflectNumber< RLDLTSolver< Precision > > |
| ReflectNumber for RLDLTSolver. More... | |
A solver suitable for a real symmetric Matrix (indefinite is fine). Encapsulates sytrf()
1.8.13