org.jblas
Interface DoubleFunction


public interface DoubleFunction

Represents a function on doubles.


Method Summary
 double compute(double x)
          Compute the function.
 

Method Detail

compute

double compute(double x)
Compute the function.



written by Mikio L. Braun and Johannes Schaback