sc::SCVectorSimpleBlockIter(3) | MPQC | sc::SCVectorSimpleBlockIter(3) |
sc::SCVectorSimpleBlockIter
Inherits sc::SCMatrixBlockIter.
SCVectorSimpleBlockIter (SCVectorSimpleBlock *)
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.
Return the value of the current element.
Implements sc::SCMatrixBlockIter.
Returns the row index.
Implements sc::SCMatrixBlockIter.
Returns the column index.
Implements sc::SCMatrixBlockIter.
Return nonzero if there are more elements.
Implements sc::SCMatrixBlockIter.
Move to the next element.
Implements sc::SCMatrixBlockIter.
Start the iteration over.
Implements sc::SCMatrixBlockIter.
Set the current element to val.
Implements sc::SCMatrixBlockIter.
Generated automatically by Doxygen for MPQC from the source code.
Fri Dec 2 2022 | Version 2.3.1 |