| MyraMath
    | 
Incomplete LU preconditioner. Presents a solve() function, but it's only approximate. More...
#include <myramath/MYRAMATH_EXPORT.h>#include <myramath/utility/Number.h>#include <myramath/sparse/SparseMatrix.h>Go to the source code of this file.
| Classes | |
| 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::CVectorRange< Number > | 
| Represents a const VectorRange.  More... | |
| class | myra::ILUSolver< Number > | 
| Incompletely factors A ~= L*U, presents approximate solve() method.  More... | |
| class | myra::ReflectNumber< ILUSolver< Number > > | 
Incomplete LU preconditioner. Presents a solve() function, but it's only approximate.
 1.8.13
 1.8.13