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