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


Public Member Functions | |
| 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 | |
| integer | iRow |
| integer | iCol |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
| integer SparseMatrixHandler::SparseMatrixElement_base::iCol |
Definition at line 59 of file spmh.h.
Referenced by NaivePermMatrixHandler::const_iterator::const_iterator(), operator!=(), operator==(), NaiveMatrixHandler::const_iterator::reset(), FullMatrixHandler::const_iterator::reset(), SpMapMatrixHandler::const_iterator::reset(), CompactSparseMatrixHandler_tpl< off >::const_iterator::reset(), and NaivePermMatrixHandler::const_iterator::reset().
| integer SparseMatrixHandler::SparseMatrixElement_base::iRow |
Definition at line 58 of file spmh.h.
Referenced by NaivePermMatrixHandler::const_iterator::const_iterator(), operator!=(), operator==(), NaiveMatrixHandler::const_iterator::reset(), FullMatrixHandler::const_iterator::reset(), SpMapMatrixHandler::const_iterator::reset(), CompactSparseMatrixHandler_tpl< off >::const_iterator::reset(), and NaivePermMatrixHandler::const_iterator::reset().