MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::Matrix< T, N_rows, N_cols > Member List

This is the complete list of members for grad::Matrix< T, N_rows, N_cols >, including all inherited members.

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 typedefgrad::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 typedefgrad::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
iInitNumColsgrad::Matrix< T, N_rows, N_cols >static
iInitNumRowsgrad::Matrix< T, N_rows, N_cols >static
iNumColsgrad::Matrix< T, N_rows, N_cols >static
iNumRowsgrad::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
rgMatgrad::Matrix< T, N_rows, N_cols >private
RowVectorType typedefgrad::Matrix< T, N_rows, N_cols >
ScalarType typedefgrad::Matrix< T, N_rows, N_cols >