|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.linear.RealVector.Entry
org.apache.commons.math.linear.AbstractRealVector.EntryImpl
protected class AbstractRealVector.EntryImpl
An entry in the vector.
Constructor Summary | |
---|---|
AbstractRealVector.EntryImpl()
Simple constructor. |
Method Summary | |
---|---|
double |
getValue()
Get the value of the entry. |
void |
setValue(double newValue)
Set the value of the entry. |
Methods inherited from class org.apache.commons.math.linear.RealVector.Entry |
---|
getIndex, setIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRealVector.EntryImpl()
Method Detail |
---|
public double getValue()
getValue
in class RealVector.Entry
public void setValue(double newValue)
setValue
in class RealVector.Entry
newValue
- New value for the entry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |