Class template Dune::XT::LA::internal::MatrixAbstractionBase¶
-
template<class MatrixImp>
class Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::rows¶
-
template<class MatrixImp>
static inline int Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::rows(const MatrixType &mat)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::cols¶
-
template<class MatrixImp>
static inline int Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::cols(const MatrixType &mat)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::set_entry¶
-
template<class MatrixImp>
static void Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::set_entry(MatrixType &mat, const int row, const int col, const ScalarType &val)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::get_entry¶
-
template<class MatrixImp>
static inline typename std::enable_if<is_matrix, ScalarType>::type Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::get_entry(const MatrixType &mat, const int row, const int col)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::add_to_entry¶
-
template<class MatrixImp>
static void Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::add_to_entry(MatrixType &mat, const int row, const int col, const ScalarType &val)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::data¶
-
template<class MatrixImp>
static inline ScalarType *Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::data(MatrixType&)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::data¶
-
template<class MatrixImp>
static inline const ScalarType *Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::data(const MatrixType&)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::get_actual_pattern¶
-
template<class MatrixImp>
static SparsityPatternDefault Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::get_actual_pattern(const XT::Common::FullPattern&, int rows, int cols)¶ No documentation provided.
Method Dune::XT::LA::internal::MatrixAbstractionBase::fill_matrix¶
-
template<class MatrixImp>
static void Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::fill_matrix(MatrixType &matrix, const ScalarType &val, const SparsityPatternDefault &pattern)¶ No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::is_matrix¶
-
const bool Dune::XT::LA::internal::MatrixAbstractionBase::is_matrix¶
No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::has_static_size¶
-
const bool Dune::XT::LA::internal::MatrixAbstractionBase::has_static_size¶
No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::static_rows¶
-
const int Dune::XT::LA::internal::MatrixAbstractionBase::static_rows¶
No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::static_cols¶
-
const int Dune::XT::LA::internal::MatrixAbstractionBase::static_cols¶
No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::storage_layout¶
-
const Common::StorageLayout Dune::XT::LA::internal::MatrixAbstractionBase::storage_layout¶
No documentation provided.
Variable Dune::XT::LA::internal::MatrixAbstractionBase::has_ostream¶
-
const bool Dune::XT::LA::internal::MatrixAbstractionBase::has_ostream¶
No documentation provided.
Type alias Dune::XT::LA::internal::MatrixAbstractionBase::MatrixType¶
-
type Dune::XT::LA::internal::MatrixAbstractionBase::MatrixType¶
No documentation provided.
Type alias Dune::XT::LA::internal::MatrixAbstractionBase::ScalarType¶
-
type Dune::XT::LA::internal::MatrixAbstractionBase::ScalarType¶
No documentation provided.
Type alias Dune::XT::LA::internal::MatrixAbstractionBase::RealType¶
-
type Dune::XT::LA::internal::MatrixAbstractionBase::RealType¶
No documentation provided.
Type alias Dune::XT::LA::internal::MatrixAbstractionBase::S¶
-
type Dune::XT::LA::internal::MatrixAbstractionBase::S¶
No documentation provided.
Type alias Dune::XT::LA::internal::MatrixAbstractionBase::R¶
-
type Dune::XT::LA::internal::MatrixAbstractionBase::R¶
No documentation provided.
Function template Dune::XT::LA::internal::MatrixAbstractionBase::create¶
-
template<class MatrixImp>
template<class SparsityPatternType = XT::Common::FullPattern>
static inline typename std::enable_if<is_matrix, MatrixType>::type Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::create(const int rows, const int cols, const ScalarType &val, const SparsityPatternType &pattern = SparsityPatternType())¶ No documentation provided.
Function template Dune::XT::LA::internal::MatrixAbstractionBase::make_unique¶
-
template<class MatrixImp>
template<class SparsityPatternType = XT::Common::FullPattern>
static inline int Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::make_unique(const int rows, const int cols, const ScalarType &val, const SparsityPatternType &pattern = SparsityPatternType())¶ No documentation provided.
Function template Dune::XT::LA::internal::MatrixAbstractionBase::get_actual_pattern¶
-
template<class MatrixImp>
template<class SparsityPatternType>
static SparsityPatternDefault Dune::XT::LA::internal::MatrixAbstractionBase<MatrixImp>::get_actual_pattern(SparsityPatternType &&pattern, const int rows, const int)¶ No documentation provided.