|
virtual | ~MatrixAccumulatorInterface ()=default |
|
virtual void | add (sofa::SignedIndex, sofa::SignedIndex, float) |
|
virtual void | add (sofa::SignedIndex, sofa::SignedIndex, double) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 1, 1, float > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 1, 1, double > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 2, 2, float > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 2, 2, double > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 3, 3, float > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 3, 3, double > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 6, 6, float > &value) |
|
virtual void | add (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< 6, 6, double > &value) |
|
virtual void | clear () |
|
template<sofa::Size L, sofa::Size C, class real > |
void | matAdd (sofa::SignedIndex row, sofa::SignedIndex col, const sofa::type::Mat< L, C, real > &value) |
|
virtual void | setIndexCheckerStrategy (std::shared_ptr< matrixaccumulator::IndexVerificationStrategy >) |
|