data() | walberla::math::Matrix2< Type > | inline |
getDeterminant() const | walberla::math::Matrix2< Type > | inline |
getInverse() const | walberla::math::Matrix2< Type > | inline |
getTranspose() const | walberla::math::Matrix2< Type > | inline |
invert() | walberla::math::Matrix2< Type > | inline |
isSingular() const | walberla::math::Matrix2< Type > | inline |
isSymmetric() const | walberla::math::Matrix2< Type > | inline |
Matrix2() | walberla::math::Matrix2< Type > | inlineexplicit |
Matrix2(Type init) | walberla::math::Matrix2< Type > | inlineexplicit |
Matrix2(Type xx, Type xy, Type yx, Type yy) | walberla::math::Matrix2< Type > | inlineexplicit |
Matrix2(const Type *init) | walberla::math::Matrix2< Type > | inlineexplicit |
Matrix2(const Matrix2 &m) | walberla::math::Matrix2< Type > | inline |
Matrix2(const Matrix2< Other > &m) | walberla::math::Matrix2< Type > | inline |
operator!=(const Matrix2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator()(uint_t i, uint_t j) | walberla::math::Matrix2< Type > | inline |
operator()(uint_t i, uint_t j) const | walberla::math::Matrix2< Type > | inline |
operator*(Other rhs) const | walberla::math::Matrix2< Type > | inline |
operator*(const Vector2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator*(const Matrix2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator*=(Other rhs) | walberla::math::Matrix2< Type > | inline |
operator*=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator*=(Other rhs) | walberla::math::Matrix2< Type > | inline |
operator*=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator+(const Matrix2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator+=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator+=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator-(const Matrix2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator-=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator-=(const Matrix2< Other > &rhs) | walberla::math::Matrix2< Type > | inline |
operator=(Type set) | walberla::math::Matrix2< Type > | inline |
operator=(const Matrix2 &set) | walberla::math::Matrix2< Type > | inline |
operator=(const Matrix2< Other > &set) | walberla::math::Matrix2< Type > | inline |
operator=(const Matrix2< Other > &set) | walberla::math::Matrix2< Type > | inline |
operator==(const Matrix2< Other > &rhs) const | walberla::math::Matrix2< Type > | inline |
operator[](uint_t index) | walberla::math::Matrix2< Type > | inline |
operator[](uint_t index) const | walberla::math::Matrix2< Type > | inline |
transpose() | walberla::math::Matrix2< Type > | inline |
v_ | walberla::math::Matrix2< Type > | private |