A skeletal implementation of the {@link Func} interface to minimizethe effort required to implement this interface.
Warning: in most cases, we strongly recommend to override the overloaded versions of get method ( {@link #get()}, {@link #get(double)}, {@link #get(double,double)}, {@link #get(double,double,double)}), if they are applicable for your function. The default implementations, provided by this class, work relatively slowly, because they allocate a little Java array for passing to the basic {@link #get(double)} method. For example, if you create a function with two arguments
AlgART Laboratory 2007–2014
@author Daniel Alievsky @version 1.2 @since JDK 1.5
|
|
|
|