MyraMath
|
A solver suitable for a real symmetric positive definite Matrix. More...
#include <myramath/utility/Number.h>
#include <myramath/dense/LowerMatrix.h>
#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::LowerMatrix< Number > |
Stores a lower triangular matrix in rectangular packed format. More... | |
class | myra::RCholeskySolver< Precision > |
Factors A into L*L', presents solve methods. More... | |
class | myra::ReflectNumber< RCholeskySolver< Precision > > |
Specializing ReflectNumber<> for RCholeskySolver<Precision> More... | |
A solver suitable for a real symmetric positive definite Matrix.