namespace ewalena  0.2.15
ewalena is not an acronym
ewalena::Matrix< ValueType > Member List
This is the complete list of members for ewalena::Matrix< ValueType >, including all inherited members.
__n_colsewalena::Matrix< ValueType > [private]
__n_rowsewalena::Matrix< ValueType > [private]
dataewalena::Matrix< ValueType > [private]
identity()ewalena::Matrix< ValueType > [inline]
invert(const Matrix< ValueType > &M)ewalena::Matrix< ValueType > [inline]
is_symmetric() const ewalena::Matrix< ValueType > [inline]
Matrix()ewalena::Matrix< ValueType >
Matrix(const unsigned int m, const unsigned int n, const bool zero=true)ewalena::Matrix< ValueType > [explicit]
Matrix(std::pair< const unsigned int, const unsigned int > mn_pair, const bool zero=true)ewalena::Matrix< ValueType >
Matrix(const class Tensor< dim, 2, ValueType > &T)ewalena::Matrix< ValueType >
Matrix(const class VectorBasis< ValueType > &V)ewalena::Matrix< ValueType >
Matrix(const Matrix &M)ewalena::Matrix< ValueType >
Matrix(const Tensor< dim, 2, ValueType > &T)ewalena::Matrix< ValueType >
Matrix(const VectorBasis< ValueType > &V)ewalena::Matrix< ValueType >
mult(const Matrix< ValueType > &M_a, const Matrix< ValueType > &M_b)ewalena::Matrix< ValueType > [inline]
multT(const Matrix< ValueType > &M_a, const Matrix< ValueType > &M_b)ewalena::Matrix< ValueType > [inline]
n_cols() const ewalena::Matrix< ValueType > [inline]
n_rows() const ewalena::Matrix< ValueType > [inline]
norm()ewalena::Matrix< ValueType > [inline]
operator()(const unsigned int i, const unsigned int j)ewalena::Matrix< ValueType > [inline]
operator()(const unsigned int i, const unsigned int j) const ewalena::Matrix< ValueType > [inline]
operator*() const ewalena::Matrix< ValueType > [inline, protected]
operator*()ewalena::Matrix< ValueType > [inline, protected]
operator*=(const ValueType &scalar)ewalena::Matrix< ValueType > [inline]
operator+=(const Matrix< ValueType > &M)ewalena::Matrix< ValueType > [inline]
operator-=(const Matrix< ValueType > &M)ewalena::Matrix< ValueType > [inline]
operator/=(const ValueType &scalar)ewalena::Matrix< ValueType > [inline]
operator<<(std::ostream &output, const Matrix< ValueType > &M)ewalena::Matrix< ValueType > [friend]
operator=(const Matrix< ValueType > &M)ewalena::Matrix< ValueType >
operator==(const Matrix< ValueType > &M) const ewalena::Matrix< ValueType > [inline]
reinit(const unsigned int m, const unsigned int n, const bool zero=true)ewalena::Matrix< ValueType >
reinit()ewalena::Matrix< ValueType >
size() const ewalena::Matrix< ValueType > [inline]
Tmult(const Matrix< ValueType > &M_a, const Matrix< ValueType > &M_b)ewalena::Matrix< ValueType > [inline]
~Matrix()ewalena::Matrix< ValueType >
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines