public class RealVector.Entry extends Object
| Constructor and Description | 
|---|
| Entry()Simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIndex()Get the index of the entry. | 
| double | getValue()Get the value of the entry. | 
| void | setIndex(int index)Set the index of the entry. | 
| void | setValue(double value)Set the value of the entry. | 
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 © 2016–2020 Hipparchus.org. All rights reserved.