Class RealVector.Entry
java.lang.Object
org.apache.commons.math3.linear.RealVector.Entry
- Direct Known Subclasses:
OpenMapRealVector.OpenMapEntry
- Enclosing class:
RealVector
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
public Entry()Simple constructor.
-
-
Method Details
-
getValue
-
setValue
Set the value of the entry.- Parameters:
value- New value for the entry.
-
getIndex
-
setIndex
Set the index of the entry.- Parameters:
index- New index for the entry.
-