Package org.jblas

Interface DoubleFunction


  • public interface DoubleFunction
    Represents a function on doubles.
    • Method Detail

      • compute

        double compute​(double x)
        Compute the function.