org.jblas
Interface FloatFunction


public interface FloatFunction

Represents a function on floats.


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

Method Detail

compute

float compute(float x)
Compute the function.



written by Mikio L. Braun and Johannes Schaback