Package no.uib.cipr.matrix
Interface VectorEntry
-
public interface VectorEntry
An entry of a vector. Returned by the iterators over a vector structure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get()
Returns the value at the current indexint
index()
Returns the current indexvoid
set(double value)
Sets the value at the current index
-