Package no.uib.cipr.matrix
Interface MatrixEntry
-
public interface MatrixEntryAn entry of a matrix. Returned by the iterators over a matrix structure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcolumn()Returns the current column indexdoubleget()Returns the value at the current indexintrow()Returns the current row indexvoidset(double value)Sets the value at the current index
-