sc_SCMatrixBlockIter (3) Linux Manual Page
sc::SCMatrixBlockIter – The SCMatrixBlockIter class is used to described iterates that loop through the elements in a block. Synopsis #include <blkiter.h> Inherited by sc::SCMatrixDiagBlockIter, sc::SCMatrixDiagSubBlockIter, sc::SCMatrixLTriBlockIter, sc::SCMatrixLTriSubBlockIter, sc::SCMatrixRectBlockIter, sc::SCMatrixRectSubBlockIter, sc::SCVectorSimpleBlockIter, and sc::SCVectorSimpleSubBlockIter. Public Member Functions virtual int i ()=0 Returns the row index. virtual int j ()=0 Returns the column index. virtual void set (double…
