Package org.ejml.data

Class FScalar

java.lang.Object
org.ejml.data.FScalar

@Generated("org.ejml.data.DScalar")
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

    Methods inherited from class java.lang.Object

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

    • value

      public float value
  • Constructor Details