|
MyraMath
|
Sparse direct solver suitable for real symmetric indefinite systems. More...
#include <myramath/MYRAMATH_EXPORT.h>#include <myramath/utility/Number.h>#include <myramath/jobgraph/JobGraph.h>#include <myramath/multifrontal/Options.h>#include <myramath/multifrontal/rldlt/Kernel.h>#include <myramath/multifrontal/detail/llt/LContainer.h>#include <vector>Go to the source code of this file.
Classes | |
| class | myra::RLDLTKernel< Precision > |
| Factors A into L*L', presents solve methods. More... | |
| class | myra::SparseMatrix< Number > |
| Stores an IxJ matrix A in compressed sparse column format. More... | |
| class | myra::SparseMatrixRange< Number > |
| Represents a mutable SparseMatrixRange. More... | |
| class | myra::CSparseMatrixRange< Number > |
| Represents a const SparseMatrixRange. More... | |
| class | myra::Matrix< Number > |
| Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More... | |
| class | myra::MatrixRange< Number > |
| Represents a mutable MatrixRange. More... | |
| class | myra::CMatrixRange< Number > |
| Represents a const MatrixRange. More... | |
| class | myra::Vector< Number > |
| Tabulates a vector of length N, allows random access. More... | |
| class | myra::VectorRange< Number > |
| Represents a mutable VectorRange. More... | |
| class | myra::CVectorRange< Number > |
| Represents a const VectorRange. More... | |
| class | myra::LowerMatrix< Number > |
| Stores a lower triangular matrix in rectangular packed format. More... | |
| class | myra::LowerMatrixRange< Number > |
| Represents a mutable LowerMatrixRange. More... | |
| class | myra::CLowerMatrixRange< Number > |
| Represents a const LowerMatrixRange. More... | |
| class | myra::SparseRLDLTSolver< Precision > |
| Sparse direct solver suitable for real symmetric indefinite systems. More... | |
| class | myra::ReflectNumber< SparseRLDLTSolver< Precision > > |
| ReflectNumber for SparseRLDLTSolver. More... | |
Sparse direct solver suitable for real symmetric indefinite systems.
1.8.13