Package org.jblas
Interface DoubleFunction
-
public interface DoubleFunctionRepresents a function on doubles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecompute(double x)Compute the function.
-