ArrayType typedef | CDPL::Math::Matrix< T, A > | |
assign(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
assign(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
clear(const ValueType &v=ValueType()) | CDPL::Math::Matrix< T, A > | inline |
ClosureType typedef | CDPL::Math::Matrix< T, A > | |
ConstClosureType typedef | CDPL::Math::Matrix< T, A > | |
ConstPointer typedef | CDPL::Math::Matrix< T, A > | |
ConstReference typedef | CDPL::Math::Matrix< T, A > | |
DifferenceType typedef | CDPL::Math::Matrix< T, A > | |
getData() | CDPL::Math::Matrix< T, A > | inline |
getData() const | CDPL::Math::Matrix< T, A > | inline |
getMaxSize() const | CDPL::Math::Matrix< T, A > | inline |
getSize1() const | CDPL::Math::Matrix< T, A > | inline |
getSize2() const | CDPL::Math::Matrix< T, A > | inline |
InitializerListType typedef | CDPL::Math::Matrix< T, A > | |
isEmpty() const | CDPL::Math::Matrix< T, A > | inline |
Matrix() | CDPL::Math::Matrix< T, A > | inline |
Matrix(SizeType m, SizeType n) | CDPL::Math::Matrix< T, A > | inline |
Matrix(SizeType m, SizeType n, const ValueType &v) | CDPL::Math::Matrix< T, A > | inline |
Matrix(const Matrix &m) | CDPL::Math::Matrix< T, A > | inline |
Matrix(Matrix &&m) | CDPL::Math::Matrix< T, A > | inline |
Matrix(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
Matrix(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
MatrixTemporaryType typedef | CDPL::Math::Matrix< T, A > | |
minusAssign(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
minusAssign(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
operator()(SizeType i, SizeType j) | CDPL::Math::Matrix< T, A > | inline |
operator()(SizeType i, SizeType j) const | CDPL::Math::Matrix< T, A > | inline |
operator*=(const T1 &t) | CDPL::Math::Matrix< T, A > | inline |
operator+=(const MatrixContainer< C > &c) | CDPL::Math::Matrix< T, A > | inline |
operator+=(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
operator+=(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
operator-=(const MatrixContainer< C > &c) | CDPL::Math::Matrix< T, A > | inline |
operator-=(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
operator-=(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
operator/=(const T1 &t) | CDPL::Math::Matrix< T, A > | inline |
operator=(const Matrix &m) | CDPL::Math::Matrix< T, A > | inline |
operator=(Matrix &&m) | CDPL::Math::Matrix< T, A > | inline |
operator=(const MatrixContainer< C > &c) | CDPL::Math::Matrix< T, A > | inline |
operator=(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
operator=(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
plusAssign(const MatrixExpression< E > &e) | CDPL::Math::Matrix< T, A > | inline |
plusAssign(InitializerListType l) | CDPL::Math::Matrix< T, A > | inline |
Pointer typedef | CDPL::Math::Matrix< T, A > | |
Reference typedef | CDPL::Math::Matrix< T, A > | |
resize(SizeType m, SizeType n, bool preserve=true, const ValueType &v=ValueType()) | CDPL::Math::Matrix< T, A > | inline |
SharedPointer typedef | CDPL::Math::Matrix< T, A > | |
SizeType typedef | CDPL::Math::Matrix< T, A > | |
swap(Matrix &m) | CDPL::Math::Matrix< T, A > | inline |
swap(Matrix &m1, Matrix &m2) | CDPL::Math::Matrix< T, A > | friend |
ValueType typedef | CDPL::Math::Matrix< T, A > | |
VectorTemporaryType typedef | CDPL::Math::Matrix< T, A > | |