Package org.jblas

Interface FloatFunction


  • public interface FloatFunction
    Represents a function on floats.
    • Method Detail

      • compute

        float compute​(float x)
        Compute the function.