MyraMath
Classes
ZCholeskySolver.h File Reference

A solver suitable for a complex hermitian positive definite Matrix. More...

#include <myramath/utility/Number.h>
#include <myramath/dense/LowerMatrix.h>
#include <stdint.h>
Include dependency graph for ZCholeskySolver.h:

Go to the source code of this file.

Classes

class  myra::MatrixRange< Number >
 Represents a mutable MatrixRange. More...
 
class  myra::ZCholeskySolver< Precision >
 Factors complex hermitian A into L*L', presents solve methods. More...
 
class  myra::ReflectNumber< ZCholeskySolver< Precision > >
 Specializing ReflectNumber<> for ZCholeskySolver<Precision> More...
 

Detailed Description

A solver suitable for a complex hermitian positive definite Matrix.