Package no.uib.cipr.matrix
Interface VectorEntry
-
public interface VectorEntryAn 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 doubleget()Returns the value at the current indexintindex()Returns the current indexvoidset(double value)Sets the value at the current index
-