MyraMath
|
A solver suitable for a complex 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::ZLDLTSolver< Precision > |
Factors A = L*D*Lt, where D is a "sign matrix" of the form [I 0; 0 -I]. Presents solve methods. More... | |
class | myra::ReflectNumber< ZLDLTSolver< Precision > > |
ReflectNumber for ZLDLTSolver. More... | |
A solver suitable for a complex symmetric Matrix (indefinite is fine). Encapsulates sytrf()