sc_SCMatrixDiagSubBlockIter - Man Page

sc::SCMatrixDiagSubBlockIter

Synopsis

Inherits sc::SCMatrixBlockIter.

Public Member Functions

SCMatrixDiagSubBlockIter (SCMatrixDiagSubBlock *)
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.

Public Member Functions inherited from sc::SCMatrixBlockIter
virtual void accum (double val)
Add val to the current element.
void operator++ (int)

Member Function Documentation

double sc::SCMatrixDiagSubBlockIter::get () [virtual]

Return the value of the current element.

Implements sc::SCMatrixBlockIter.

int sc::SCMatrixDiagSubBlockIter::i () [virtual]

Returns the row index.

Implements sc::SCMatrixBlockIter.

int sc::SCMatrixDiagSubBlockIter::j () [virtual]

Returns the column index.

Implements sc::SCMatrixBlockIter.

sc::SCMatrixDiagSubBlockIter::operator int () [virtual]

Return nonzero if there are more elements.

Implements sc::SCMatrixBlockIter.

void sc::SCMatrixDiagSubBlockIter::operator++ () [virtual]

Move to the next element.

Implements sc::SCMatrixBlockIter.

void sc::SCMatrixDiagSubBlockIter::reset () [virtual]

Start the iteration over.

Implements sc::SCMatrixBlockIter.

void sc::SCMatrixDiagSubBlockIter::set (double val) [virtual]

Set the current element to val.

Implements sc::SCMatrixBlockIter.

Author

Generated automatically by Doxygen for MPQC from the source code.

Info

Version 2.3.1 MPQC