| MBDyn-1.7.3
    | 
#include <spmh.h>


| Public Member Functions | |
| SparseMatrixElement (void) | |
| SparseMatrixElement (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 | |
| doublereal | dCoef | 
|  Public Attributes inherited from SparseMatrixHandler::SparseMatrixElement_base | |
| integer | iRow | 
| integer | iCol | 
| 
 | inline | 
| 
 | inline | 
| doublereal SparseMatrixHandler::SparseMatrixElement::dCoef | 
Definition at line 74 of file spmh.h.
Referenced by NaivePermMatrixHandler::const_iterator::const_iterator(), SpMapMatrixHandler::const_iterator::operator++(), NaiveMatrixHandler::const_iterator::reset(), FullMatrixHandler::const_iterator::reset(), SpMapMatrixHandler::const_iterator::reset(), CompactSparseMatrixHandler_tpl< off >::const_iterator::reset(), and NaivePermMatrixHandler::const_iterator::reset().