Package org.jblas

Interface DoubleFunction


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

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

    • compute

      double compute(double x)
      Compute the function.