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

Additional Inherited Members

- Static Public Member Functions inherited from sofa::linearalgebra::BaseMatrixLinearOpAM< false >
static void opFull (const M1 *m1, M2 *m2, double fact)
 
static void opIdentity (const M1 *m1, M2 *m2, double fact)
 
static void opDiagonal (const M1 *m1, M2 *m2, double fact)
 
static void opDynamicRealDefault (const M1 *m1, M2 *m2, double fact, Index NL, Index NC, BaseMatrix::MatrixCategory)
 
static void opDynamicRealNLNC (const M1 *m1, M2 *m2, double fact, BaseMatrix::MatrixCategory)
 
static void opDynamicReal1 (const M1 *m1, M2 *m2, double fact, BaseMatrix::MatrixCategory)
 
static void opDynamicRealNL (const M1 *m1, M2 *m2, double fact, Index NC, BaseMatrix::MatrixCategory category)
 
static void opDynamicReal (const M1 *m1, M2 *m2, double fact, Index NL, Index NC, BaseMatrix::MatrixCategory category)
 
static void opDynamic (const M1 *m1, M2 *m2, double fact)