Package org.ejml.data

Class IScalar

java.lang.Object
org.ejml.data.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

    Methods inherited from class java.lang.Object

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

    • value

      public int value
  • Constructor Details