SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::linearalgebra::BaseMatrixLinearOpMulTV Class Reference
Inheritance diagram for sofa::linearalgebra::BaseMatrixLinearOpMulTV:

Additional Inherited Members

- Static Public Member Functions inherited from sofa::linearalgebra::BaseMatrixLinearOpMV< false, true >
static void opFull (const M *mat, V1 &result, const V2 &v)
 
static void opIdentity (const M *mat, V1 &result, const V2 &v)
 
static void opDiagonal (const M *mat, V1 &result, const V2 &v)
 
static void opDynamicRealDefault (const M *mat, V1 &result, const V2 &v, Index NL, Index NC, BaseMatrix::MatrixCategory)
 
static void opDynamicRealNLNC (const M *mat, V1 &result, const V2 &v, BaseMatrix::MatrixCategory category)
 
static void opDynamicRealNL (const M *mat, V1 &result, const V2 &v, Index NC, BaseMatrix::MatrixCategory category)
 
static void opDynamicReal (const M *mat, V1 &result, const V2 &v, Index NL, Index NC, BaseMatrix::MatrixCategory category)
 
static void opDynamic (const M *mat, V1 &result, const V2 &v)