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