Class template Dune::XT::LA::MatrixInverter¶
-
template<class MatrixType, bool is_matrix = Common::is_matrix<MatrixType>::value>
class Dune::XT::LA::MatrixInverter¶ A means to obtain the inverse of a given matrix.
Note
This class needs to bespecialized for each MatrixType, the purpose of this class is merely to document the expected functionality.
-
const Common::Configuration &Dune::XT::LA::MatrixInverter::options() const¶
No documentation provided.
-
const MatrixType &Dune::XT::LA::MatrixInverter::matrix() const¶
No documentation provided.
-
const MatrixType &Dune::XT::LA::MatrixInverter::inverse() const¶
No documentation provided.
-
template<>
Dune::XT::LA::MatrixInverter::MatrixInverter<MatrixType, is_matrix>(const MatrixType&, const std::string& =<recovery-expr>(""))¶ No documentation provided.
-
template<>
Dune::XT::LA::MatrixInverter::MatrixInverter<MatrixType, is_matrix>(const MatrixType&, const Common::Configuration&)¶ No documentation provided.