|
||||||||||
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
public abstract static class RealVector.Entry
Class representing a modifiable entry in the vector.
Constructor Summary | |
---|---|
RealVector.Entry()
|
Method Summary | |
---|---|
int |
getIndex()
Get the index of the entry. |
abstract double |
getValue()
Get the value of the entry. |
void |
setIndex(int index)
Set the index of the entry. |
abstract void |
setValue(double value)
Set the value of the entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealVector.Entry()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |