org.apache.commons.math.analysis
Interface UnivariateVectorialFunction

All Known Subinterfaces:
DifferentiableUnivariateVectorialFunction

public interface UnivariateVectorialFunction

An interface representing a univariate vectorial function.

Since:
2.0
Version:
$Id: UnivariateVectorialFunction.java 1165809 2011-09-06 20:00:37Z luc $

Method Summary
 double[] value(double x)
          Compute the value for the function.
 

Method Detail

value

double[] value(double x)
Compute the value for the function.

Parameters:
x - the point for which the function value should be computed
Returns:
the value


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.