Package org.ejml.data

Class DScalar


  • public class DScalar
    extends java.lang.Object
    Scalar value. Useful when a function needs more than one output.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DScalar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()  
      void setValue​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public double value
    • Constructor Detail

      • DScalar

        public DScalar()
    • Method Detail

      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)