#include <MatrixExpr.h>
Classes | |
class | MyDest |
Public Attributes | |
const M1 & | m1 |
const M2 & | m2 |
Public Member Functions | |
MatrixSubtraction (const M1 &m1, const M2 &m2) | |
bool | valid () const |
template<class M > | |
bool | hasRef (const M *m) const |
unsigned int | rowSize (void) const |
unsigned int | colSize (void) const |
std::string | expr () const |
template<class Dest > | |
void | addTo (Dest *d) const |
const M1& sofa::linearalgebra::MatrixSubtraction< M1, M2 >::m1 |
const M2& sofa::linearalgebra::MatrixSubtraction< M1, M2 >::m2 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |