Class AbstractRealVector.EntryImpl

java.lang.Object
org.apache.commons.math.linear.RealVector.Entry
org.apache.commons.math.linear.AbstractRealVector.EntryImpl
Enclosing class:
AbstractRealVector

protected class AbstractRealVector.EntryImpl extends RealVector.Entry
An entry in the vector.
  • Constructor Details

    • EntryImpl

      public EntryImpl()
      Simple constructor.
  • Method Details

    • getValue

      public double getValue()
      Get the value of the entry.
      Specified by:
      getValue in class RealVector.Entry
      Returns:
      the value of the entry.
    • setValue

      public void setValue(double newValue)
      Set the value of the entry.
      Specified by:
      setValue in class RealVector.Entry
      Parameters:
      newValue - New value for the entry.