MBDyn-1.7.3
|
#include <spmh.h>
Public Member Functions | |
SparseMatrixElementConstRef (void) | |
SparseMatrixElementConstRef (integer iRow, integer iCol, const doublereal &dCoef) | |
Public Member Functions inherited from SparseMatrixHandler::SparseMatrixElement_base | |
SparseMatrixElement_base (void) | |
SparseMatrixElement_base (integer iRow, integer iCol) | |
virtual | ~SparseMatrixElement_base (void) |
bool | operator== (const SparseMatrixElement_base &op) const |
bool | operator!= (const SparseMatrixElement_base &op) const |
Public Attributes | |
const doublereal & | dCoef |
Public Attributes inherited from SparseMatrixHandler::SparseMatrixElement_base | |
integer | iRow |
integer | iCol |
|
inline |
|
inline |
const doublereal& SparseMatrixHandler::SparseMatrixElementConstRef::dCoef |