|
| SCMatrixDiagBlockIter (SCMatrixDiagBlock *) |
int | i () |
| Returns the row index.
|
int | j () |
| Returns the column index.
|
double | get () |
| Return the value of the current element.
|
void | set (double) |
| Set the current element to val.
|
| operator int () |
| Return nonzero if there are more elements.
|
void | operator++ () |
| Move to the next element.
|
void | reset () |
| Start the iteration over.
|
virtual void | accum (double val) |
| Add val to the current element.
|
void | operator++ (int) |
◆ get()
double sc::SCMatrixDiagBlockIter::get |
( |
| ) |
|
|
virtual |
◆ i()
int sc::SCMatrixDiagBlockIter::i |
( |
| ) |
|
|
virtual |
◆ j()
int sc::SCMatrixDiagBlockIter::j |
( |
| ) |
|
|
virtual |
◆ operator int()
sc::SCMatrixDiagBlockIter::operator int |
( |
| ) |
|
|
virtual |
◆ operator++()
void sc::SCMatrixDiagBlockIter::operator++ |
( |
| ) |
|
|
virtual |
◆ reset()
void sc::SCMatrixDiagBlockIter::reset |
( |
| ) |
|
|
virtual |
◆ set()
void sc::SCMatrixDiagBlockIter::set |
( |
double | val | ) |
|
|
virtual |
The documentation for this class was generated from the following file: