MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::MatrixVectorProduct< N_rows, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr > Class Template Reference

#include <matvec.h>

Inheritance diagram for grad::MatrixVectorProduct< N_rows, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >:
Collaboration diagram for grad::MatrixVectorProduct< N_rows, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >:

Public Member Functions

 MatrixVectorProduct (const MatrixLhsExpr &A, const VectorRhsExpr &x)
 
- Public Member Functions inherited from grad::MatrixVectorProduct< DYNAMIC_SIZE, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >
 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

- Public Types inherited from grad::MatrixVectorProduct< DYNAMIC_SIZE, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >
typedef MatrixLhsExpr::ScalarType MatrixLhsScalarExpr
 
typedef VectorRhsExpr::ScalarType VectorRhsScalarExpr
 
typedef CommonScalarType
< typename BasicScalarType
< MatrixLhsScalarExpr >
::ScalarType, typename
BasicScalarType
< VectorRhsScalarExpr >
::ScalarType >::ScalarType 
ScalarType
 
typedef ScalarType ExpressionType
 
- Static Public Attributes inherited from grad::MatrixVectorProduct< DYNAMIC_SIZE, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >
static const bool bAlias = MatrixLhsExpr::bAlias || VectorRhsExpr::bAlias
 
static const index_type iNumRows = MatrixLhsExpr::iNumRows
 

Detailed Description

template<index_type N_rows, typename MatrixLhsExpr, typename VectorRhsExpr>
class grad::MatrixVectorProduct< N_rows, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >

Definition at line 3381 of file matvec.h.

Constructor & Destructor Documentation

template<index_type N_rows, typename MatrixLhsExpr , typename VectorRhsExpr >
grad::MatrixVectorProduct< N_rows, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr >::MatrixVectorProduct ( const MatrixLhsExpr &  A,
const VectorRhsExpr &  x 
)
inline

Definition at line 3383 of file matvec.h.

3384  :MatrixVectorProduct<DYNAMIC_SIZE, DYNAMIC_SIZE, MatrixLhsExpr, VectorRhsExpr>(A, x) {
3385 
3386  }

The documentation for this class was generated from the following file: