Class template Dune::XT::Common::FieldMatrix

Inherits from Dune::FieldMatrix, Dune::FieldMatrix.

Friends operator+(const ThisType &, const Dune::FieldMatrix<OtherScalar, 1, 1> &), operator+(const ThisType &, const Scalar &), operator+(const Scalar &, const ThisType &), operator-(const ThisType &, const Dune::FieldMatrix<OtherScalar, 1, 1> &), operator-(const ThisType &, const Scalar &), operator-(const Scalar &, const ThisType &), operator*(const ThisType &, Scalar), operator*(Scalar, const ThisType &), operator/(const ThisType &, Scalar), operator*(const ThisType &, const Dune::FieldMatrix<OtherScalar, 1, otherCols> &), operator*(const Dune::FieldMatrix<OtherScalar, otherRows, 1> &, const ThisType &), operator*(const ThisType &, const FieldMatrix<OtherScalar, 1, otherCols> &).

template<class K>
class Dune::XT::Common::FieldMatrix<K, 1, 1> : public Dune::FieldMatrix<K, 1, 1>, public Dune::FieldMatrix<K, 1, 1>

Method Dune::XT::Common::FieldMatrix::transpose

template<class K>
Dune::XT::Common::FieldMatrix<K, COLS, ROWS> Dune::XT::Common::FieldMatrix<K, 1, 1>::transpose() const

No documentation provided.

Method Dune::XT::Common::FieldMatrix::operator=

template<class K>
ThisType &Dune::XT::Common::FieldMatrix<K, 1, 1>::operator=(const FieldVector<K, 1> &other)

No documentation provided.

Method Dune::XT::Common::FieldMatrix::operator*

template<class K>
ThisType Dune::XT::Common::FieldMatrix<K, 1, 1>::operator*(const K &scal) const

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(const K &kk)

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(std::initializer_list<std::initializer_list<K>> list_of_rows)

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(const int rr, const int cc, const K &kk)

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(const BaseType &other)

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(const Dune::XT::Common::FieldVector<K, 1> &other)

No documentation provided.

Constructor Dune::XT::Common::FieldMatrix::FieldMatrix<K, 1, 1>

template<>
template<class K>
Dune::XT::Common::FieldMatrix<K, 1, 1>::FieldMatrix<K, 1, 1>(const Dune::FieldVector<K, 1> &other)

No documentation provided.

Variable Dune::XT::Common::FieldMatrix::ROWS

const int Dune::XT::Common::FieldMatrix::ROWS

No documentation provided.

Variable Dune::XT::Common::FieldMatrix::COLS

const int Dune::XT::Common::FieldMatrix::COLS

No documentation provided.

Type alias Dune::XT::Common::FieldMatrix::BaseType

type Dune::XT::Common::FieldMatrix::BaseType

No documentation provided.

Type alias Dune::XT::Common::FieldMatrix::ThisType

type Dune::XT::Common::FieldMatrix::ThisType

No documentation provided.