protected class AbstractRealVector.EntryImpl extends RealVector.Entry
Constructor and Description |
---|
AbstractRealVector.EntryImpl()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue()
Get the value of the entry.
|
void |
setValue(double newValue)
Set the value of the entry.
|
getIndex, setIndex
public AbstractRealVector.EntryImpl()
public double getValue()
getValue
in class RealVector.Entry
public void setValue(double newValue)
setValue
in class RealVector.Entry
newValue
- New value for the entry.Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.