|
typedef Scalar | scalar_t |
|
typedef Eigen::Matrix< scalar_t, Eigen::Dynamic, 1 > | vector_t |
|
|
template<typename MatrixType > |
| diagonal_preconditioner (MatrixType const &mat) |
|
template<typename MatrixType > |
diagonal_preconditioner & | analyzePattern (const MatrixType &) |
|
template<typename MatrixType > |
diagonal_preconditioner & | factorize (MatrixType const &mat) |
|
template<typename MatrixType > |
diagonal_preconditioner & | compute (MatrixType const &mat) |
|
template<typename Rhs > |
vector_t | solve (Rhs const &b) const |
|
Eigen::ComputationInfo | info () |
|
template<class Scalar>
class NiHu::fmm::diagonal_preconditioner< Scalar >
Definition at line 10 of file preconditioner.hpp.
The documentation for this class was generated from the following file: