Interface MultivariateRealFunction

All Known Subinterfaces:
DifferentiableMultivariateRealFunction
All Known Implementing Classes:
LeastSquaresConverter, MicrosphereInterpolatingFunction

public interface MultivariateRealFunction
An interface representing a multivariate real function.
Since:
2.0
Version:
$Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 févr. 2011) $
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    value(double[] point)
    Compute the value for the function at the given point.