Package no.uib.cipr.matrix
Interface MatrixEntry
-
public interface MatrixEntry
An 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 int
column()
Returns the current column indexdouble
get()
Returns the value at the current indexint
row()
Returns the current row indexvoid
set(double value)
Sets the value at the current index
-