MBDyn-1.7.3
|
#include <matvec.h>
Public Member Functions | |
MatrixVectorProduct (const MatrixLhsExpr &A, const VectorRhsExpr &x) | |
![]() | |
MatrixVectorProduct (const MatrixLhsExpr &A, const VectorRhsExpr &x) | |
ScalarType | operator() (index_type i) const |
index_type | iGetNumRows () const |
template<typename ScalarType2 > | |
bool | bHaveReferenceTo (const ScalarType2 *pFirst, const ScalarType2 *pLast) const |
Additional Inherited Members | |
![]() | |
typedef MatrixLhsExpr::ScalarType | MatrixLhsScalarExpr |
typedef VectorRhsExpr::ScalarType | VectorRhsScalarExpr |
typedef CommonScalarType < typename BasicScalarType < MatrixLhsScalarExpr > ::ScalarType, typename BasicScalarType < VectorRhsScalarExpr > ::ScalarType >::ScalarType | ScalarType |
typedef ScalarType | ExpressionType |
![]() | |
static const bool | bAlias = MatrixLhsExpr::bAlias || VectorRhsExpr::bAlias |
static const index_type | iNumRows = MatrixLhsExpr::iNumRows |
|
inline |
Definition at line 3383 of file matvec.h.