Package org.ejml.data

Class FScalar


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

      Fields 
      Modifier and Type Field Description
      float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      FScalar()  
    • Method Summary

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

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

      • value

        public float value
    • Constructor Detail

      • FScalar

        public FScalar()
    • Method Detail

      • getValue

        public float getValue()
      • setValue

        public void setValue​(float value)