Package org.ejml.data
Class FScalar
- java.lang.Object
-
- org.ejml.data.FScalar
-
public class FScalar extends java.lang.ObjectScalar value. Useful when a function needs more than one output.
-
-
Field Summary
Fields Modifier and Type Field Description floatvalue
-
Constructor Summary
Constructors Constructor Description FScalar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetValue()voidsetValue(float value)
-