Class AbstractRealVector.EntryImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      EntryImpl()
      Simple constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()
      Get the value of the entry.
      void setValue​(double newValue)
      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

      • EntryImpl

        public EntryImpl()
        Simple constructor.
    • Method Detail

      • 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.