protected class AbstractRealVector.EntryImpl extends RealVector.Entry
| Constructor and Description |
|---|
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, setIndexpublic double getValue()
getValue in class RealVector.Entrypublic void setValue(double newValue)
setValue in class RealVector.EntrynewValue - New value for the entry.Copyright © 2003–2018. All rights reserved.