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