Public Types | |
typedef mtl::dense2D< Value > | Matrix |
typedef mtl::Collection < Matrix >::value_type | value_type |
typedef mtl::Collection < Matrix >::size_type | size_type |
typedef ilu_0 | self |
typedef Matrix | LU_type |
Public Member Functions | |
ilu_0 (const Matrix &A) | |
template<typename Vector > | |
Vector | solve (const Vector &b) const |
template<typename Vector > | |
Vector | adjoint_solve (const Vector &b) const |