ApplyMatrixFunc(const MatrixExpression< Expression, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
ApplyMatrixFuncAlias(const MatrixExpression< Expression, N_rows, N_cols > &A, const Func &f) | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
ApplyMatrixFuncNoAlias(const MatrixExpression< Expression, N_rows, N_cols > &A, const Func &) | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
ApplyScalarFunc(const U &a) | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
bHaveReferenceTo(const ScalarType2 *pFirst, const ScalarType2 *pLast) const | grad::Matrix< T, N_rows, N_cols > | inline |
ColumnVectorType typedef | grad::Matrix< T, N_rows, N_cols > | |
Copy(const Matrix< T2, N_rows, N_cols > &A, LocalDofMap *pDofMap) | grad::Matrix< T, N_rows, N_cols > | inline |
ExpressionType typedef | grad::Matrix< T, N_rows, N_cols > | |
GetCol(index_type iCol) const | grad::Matrix< T, N_rows, N_cols > | inline |
GetRow(index_type iRow) const | grad::Matrix< T, N_rows, N_cols > | inline |
iGetNumCols() const | grad::Matrix< T, N_rows, N_cols > | inline |
iGetNumRows() const | grad::Matrix< T, N_rows, N_cols > | inline |
iInitNumCols | grad::Matrix< T, N_rows, N_cols > | static |
iInitNumRows | grad::Matrix< T, N_rows, N_cols > | static |
iNumCols | grad::Matrix< T, N_rows, N_cols > | static |
iNumRows | grad::Matrix< T, N_rows, N_cols > | static |
Matrix() | grad::Matrix< T, N_rows, N_cols > | inline |
Matrix(index_type iRows, index_type iCols) | grad::Matrix< T, N_rows, N_cols > | inline |
Matrix(const T &A11, const T &A21, const T &A12, const T &A22) | grad::Matrix< T, N_rows, N_cols > | inline |
Matrix(const Matrix &A) | grad::Matrix< T, N_rows, N_cols > | inline |
Matrix(const Mat3x3 &A) | grad::Matrix< T, N_rows, N_cols > | inlineexplicit |
Matrix(const MatrixInit< InitClass, T, N_rows, N_cols > &func) | grad::Matrix< T, N_rows, N_cols > | inlineexplicit |
Matrix(const MatrixExpression< Expression, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
Matrix(const Matrix< T2, N_rows, N_cols > &A, LocalDofMap *pDofMap) | grad::Matrix< T, N_rows, N_cols > | inline |
MatVecHelp::ApplyAliasHelperMatrix< false > | grad::Matrix< T, N_rows, N_cols > | friend |
MatVecHelp::ApplyAliasHelperMatrix< true > | grad::Matrix< T, N_rows, N_cols > | friend |
operator()(index_type iRow, index_type iCol) const | grad::Matrix< T, N_rows, N_cols > | inline |
operator()(index_type iRow, index_type iCol) | grad::Matrix< T, N_rows, N_cols > | inline |
operator*=(const T_Rhs &a) | grad::Matrix< T, N_rows, N_cols > | inline |
operator*=(const GradientExpression< ScalarExpression > &a) | grad::Matrix< T, N_rows, N_cols > | inline |
operator+=(const Matrix< T_Rhs, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
operator+=(const MatrixExpression< Expression, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
operator-=(const Matrix< T_Rhs, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
operator-=(const MatrixExpression< Expression, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
operator/=(const T_Rhs &a) | grad::Matrix< T, N_rows, N_cols > | inline |
operator/=(const GradientExpression< ScalarExpression > &a) | grad::Matrix< T, N_rows, N_cols > | inline |
operator=(const MatrixExpression< Expression, N_rows, N_cols > &A) | grad::Matrix< T, N_rows, N_cols > | inline |
operator=(const Mat3x3 &A) | grad::Matrix< T, N_rows, N_cols > | inline |
pGetFirstElem() const | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
pGetLastElem() const | grad::Matrix< T, N_rows, N_cols > | inlineprivate |
pGetMat() const | grad::Matrix< T, N_rows, N_cols > | inline |
Reset() | grad::Matrix< T, N_rows, N_cols > | inline |
Resize(index_type iRows, index_type iCols) | grad::Matrix< T, N_rows, N_cols > | inline |
rgMat | grad::Matrix< T, N_rows, N_cols > | private |
RowVectorType typedef | grad::Matrix< T, N_rows, N_cols > | |
ScalarType typedef | grad::Matrix< T, N_rows, N_cols > | |