org.apache.commons.math.linear
public abstract static class RealVector.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private int |
index
Index of the entry.
|
Constructor and Description |
---|
RealVector.Entry() |
public abstract double getValue()
public abstract void setValue(double value)
value
- New value for the entry.public int getIndex()
public void setIndex(int index)
index
- New index for the entry.Copyright (c) 2003-2014 Apache Software Foundation