Class template Dune::XT::Common::MatrixAbstraction¶
-
template<class MatType>
class Dune::XT::Common::MatrixAbstraction<MatType>¶ Traits to uniformly handle matrices.
If you want your matrix class to benefit from the functionality defined in this header you have to manually specify a specialization of this class in your code with is_matrix defined to true and the appropriate static methods implemented and members defined (see the specializations below).
Method Dune::XT::Common::MatrixAbstraction::rows¶
Method Dune::XT::Common::MatrixAbstraction::cols¶
Method Dune::XT::Common::MatrixAbstraction::set_entry¶
Method Dune::XT::Common::MatrixAbstraction::get_entry¶
Method Dune::XT::Common::MatrixAbstraction::add_to_entry¶
Method Dune::XT::Common::MatrixAbstraction::data¶
Variable Dune::XT::Common::MatrixAbstraction::is_matrix¶
-
const bool Dune::XT::Common::MatrixAbstraction::is_matrix
No documentation provided.
Variable Dune::XT::Common::MatrixAbstraction::has_static_size¶
-
const bool Dune::XT::Common::MatrixAbstraction::has_static_size
No documentation provided.
Variable Dune::XT::Common::MatrixAbstraction::static_rows¶
-
const int Dune::XT::Common::MatrixAbstraction::static_rows
No documentation provided.
Variable Dune::XT::Common::MatrixAbstraction::static_cols¶
-
const int Dune::XT::Common::MatrixAbstraction::static_cols
No documentation provided.
Variable Dune::XT::Common::MatrixAbstraction::storage_layout¶
-
const StorageLayout Dune::XT::Common::MatrixAbstraction::storage_layout
No documentation provided.
Variable Dune::XT::Common::MatrixAbstraction::has_ostream¶
-
const bool Dune::XT::Common::MatrixAbstraction::has_ostream
No documentation provided.
Function template Dune::XT::Common::MatrixAbstraction::create¶
-
template<class MatType>
template<class SparsityPatternType = FullPattern>
static inline void Dune::XT::Common::MatrixAbstraction<MatType>::create(const int, const int, const int&, const SparsityPatternType& = SparsityPatternType())¶ No documentation provided.
Function template Dune::XT::Common::MatrixAbstraction::make_unique¶
-
template<class MatType>
template<class SparsityPatternType = FullPattern>
static inline void Dune::XT::Common::MatrixAbstraction<MatType>::make_unique(const int, const int, const int&, const SparsityPatternType& = SparsityPatternType())¶ No documentation provided.