| MBDyn-1.7.3
    | 
#include <matvec.h>

| Public Types | |
| typedef void | RowVectorType | 
| typedef void | ColumnVectorType | 
| typedef ScalarTypeTraits < doublereal >::ScalarType | ScalarType | 
| typedef ScalarTypeTraits < doublereal > ::DirectExpressionType | ExpressionType | 
| Public Member Functions | |
| Mat3xNDirectExpr (const Mat3xN &A) | |
| const ScalarType & | operator() (index_type i, index_type j) const | 
| index_type | iGetNumRows () const | 
| index_type | iGetNumCols () const | 
| template<typename ScalarType2 > | |
| bool | bHaveReferenceTo (const ScalarType2 *pFirst, const ScalarType2 *pLast) const | 
| Static Public Attributes | |
| static const bool | bAlias = false | 
| static const index_type | iNumRows = 3 | 
| static const index_type | iNumCols = DYNAMIC_SIZE | 
| Private Attributes | |
| const Mat3xN & | A | 
| typedef void grad::Mat3xNDirectExpr::ColumnVectorType | 
| typedef ScalarTypeTraits<doublereal>::DirectExpressionType grad::Mat3xNDirectExpr::ExpressionType | 
| typedef void grad::Mat3xNDirectExpr::RowVectorType | 
| 
 | inline | 
| 
 | inline | 
Definition at line 1554 of file matvec.h.
References A, grad::bArrayOverlap(), Mat3xN::iGetNumCols(), and Mat3xN::iGetNumRows().

| 
 | inline | 
Definition at line 1549 of file matvec.h.
References A, and Mat3xN::iGetNumCols().
Referenced by operator()().

| 
 | inline | 
| 
 | inline | 
Definition at line 1537 of file matvec.h.
References A, iGetNumCols(), iGetNumRows(), and MATVEC_ASSERT.

| 
 | private | 
Definition at line 1559 of file matvec.h.
Referenced by bHaveReferenceTo(), iGetNumCols(), and operator()().
| 
 | static | 
| 
 | static | 
Definition at line 1524 of file matvec.h.
Referenced by iGetNumRows().