Package org.ejml.data

Class IScalar


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

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IScalar()  
    • Method Summary

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

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

      • value

        public int value
    • Constructor Detail

      • IScalar

        public IScalar()
    • Method Detail

      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)