protected class RealVector.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
index
Index of this entry.
|
Constructor and Description |
---|
RealVector.Entry()
Simple constructor.
|
public double getValue()
public 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-2013 Apache Software Foundation