Package org.jblas
Interface FloatFunction
-
public interface FloatFunction
Represents a function on floats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
compute(float x)
Compute the function.
-