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.



© 2008-2010 by Mikio L. Braun and contributors