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

| Public Types | |
| typedef MatrixExpr::ScalarType | ScalarType | 
| typedef MatrixExpr::ExpressionType | ExpressionType | 
| Public Member Functions | |
| ColumnVectorExpr (const MatrixExpr &A, index_type iCol) | |
| ExpressionType | operator() (index_type iRow) const | 
| index_type | iGetNumRows () const | 
| template<typename ScalarType2 > | |
| bool | bHaveReferenceTo (const ScalarType2 *pFirst, const ScalarType2 *pLast) const | 
| Static Public Attributes | |
| static const bool | bAlias = MatrixExpr::bAlias | 
| static const index_type | iNumRows = MatrixExpr::iNumRows | 
| Private Attributes | |
| const MatrixExpr | A | 
| const index_type | iCol | 
| typedef MatrixExpr::ExpressionType grad::ColumnVectorExpr< MatrixExpr >::ExpressionType | 
| typedef MatrixExpr::ScalarType grad::ColumnVectorExpr< MatrixExpr >::ScalarType | 
| 
 | inline | 
Definition at line 1050 of file matvec.h.
References grad::DYNAMIC_SIZE, grad::ColumnVectorExpr< MatrixExpr >::iNumRows, and MATVEC_ASSERT.
| 
 | inline | 
| 
 | inline | 
Definition at line 1061 of file matvec.h.
References grad::ColumnVectorExpr< MatrixExpr >::A.
Referenced by grad::ColumnVectorExpr< MatrixExpr >::operator()().
| 
 | inline | 
Definition at line 1055 of file matvec.h.
References grad::ColumnVectorExpr< MatrixExpr >::A, grad::ColumnVectorExpr< MatrixExpr >::iCol, grad::ColumnVectorExpr< MatrixExpr >::iGetNumRows(), and MATVEC_ASSERT.

| 
 | private | 
Definition at line 1069 of file matvec.h.
Referenced by grad::ColumnVectorExpr< MatrixExpr >::bHaveReferenceTo(), grad::ColumnVectorExpr< MatrixExpr >::iGetNumRows(), and grad::ColumnVectorExpr< MatrixExpr >::operator()().
| 
 | static | 
| 
 | private | 
Definition at line 1070 of file matvec.h.
Referenced by grad::ColumnVectorExpr< MatrixExpr >::operator()().
| 
 | static | 
Definition at line 1046 of file matvec.h.
Referenced by grad::ColumnVectorExpr< MatrixExpr >::ColumnVectorExpr().