sc_SCMatrixDiagBlockIter (3) Linux Manual Page
sc::SCMatrixDiagBlockIter – Synopsis Inherits sc::SCMatrixBlockIter. Public Member Functions 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…
