Package org.ejml.data

Class DScalar

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

    Methods inherited from class java.lang.Object

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

    • value

      public double value
  • Constructor Details