Package org.jblas

Interface FloatFunction


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

    Modifier and Type
    Method
    Description
    float
    compute(float x)
    Compute the function.
  • Method Details

    • compute

      float compute(float x)
      Compute the function.