Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::SquareMatrix< T >, including all inherited members.
data() const | dg::SquareMatrix< T > | inline |
data() | dg::SquareMatrix< T > | inline |
operator!=(const SquareMatrix &rhs) const | dg::SquareMatrix< T > | inline |
operator()(const size_t i, const size_t j) | dg::SquareMatrix< T > | inline |
operator()(const size_t i, const size_t j) const | dg::SquareMatrix< T > | inline |
operator*(const T &value, const SquareMatrix &rhs) | dg::SquareMatrix< T > | friend |
operator*(const SquareMatrix &lhs, const T &value) | dg::SquareMatrix< T > | friend |
operator*(const SquareMatrix &lhs, const SquareMatrix &rhs) | dg::SquareMatrix< T > | friend |
operator*(const SquareMatrix &S, const ContainerType &x) | dg::SquareMatrix< T > | friend |
operator*=(const T &value) | dg::SquareMatrix< T > | inline |
operator+(const SquareMatrix &lhs, const SquareMatrix &rhs) | dg::SquareMatrix< T > | friend |
operator+=(const SquareMatrix &op) | dg::SquareMatrix< T > | inline |
operator-() const | dg::SquareMatrix< T > | inline |
operator-(const SquareMatrix &lhs, const SquareMatrix &rhs) | dg::SquareMatrix< T > | friend |
operator-=(const SquareMatrix &op) | dg::SquareMatrix< T > | inline |
operator<<(Ostream &os, const SquareMatrix &mat) | dg::SquareMatrix< T > | friend |
operator==(const SquareMatrix &rhs) const | dg::SquareMatrix< T > | inline |
operator>>(Istream &is, SquareMatrix< T > &mat) | dg::SquareMatrix< T > | friend |
resize(unsigned m, T val=T()) | dg::SquareMatrix< T > | inline |
size() const | dg::SquareMatrix< T > | inline |
SquareMatrix()=default | dg::SquareMatrix< T > | |
SquareMatrix(const unsigned n) | dg::SquareMatrix< T > | inlineexplicit |
SquareMatrix(const unsigned n, const T &value) | dg::SquareMatrix< T > | inline |
SquareMatrix(InputIterator first, InputIterator last, std::enable_if_t<!std::is_integral< InputIterator >::value > *=0) | dg::SquareMatrix< T > | inline |
SquareMatrix(const std::vector< T > &src) | dg::SquareMatrix< T > | inline |
swap_lines(const size_t i, const size_t k) | dg::SquareMatrix< T > | inline |
symv(const ContainerType1 &x, ContainerType2 &y) const | dg::SquareMatrix< T > | inline |
symv(value_type1 alpha, const ContainerType1 &x, value_type2 beta, ContainerType2 &y) const | dg::SquareMatrix< T > | inline |
transpose() const | dg::SquareMatrix< T > | inline |
value_type typedef | dg::SquareMatrix< T > | |
zero() | dg::SquareMatrix< T > | inline |