org.apache.commons.math3.analysis
Interface UnivariateVectorFunction

All Known Subinterfaces:
DifferentiableUnivariateVectorFunction, OrientationFunction, UnivariateDifferentiableVectorFunction, Vector3DFunction
All Known Implementing Classes:
AbstractOrientationFunction, AbstractVector3DFunction, HermiteInterpolator, HermiteInterpolator, Vector3DPolynomialSegment

public interface UnivariateVectorFunction

An interface representing a univariate vectorial function.

Since:
2.0
Version:
$Id: UnivariateVectorFunction.java 7703 2013-02-12 17:12:25Z CardosoP $

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 © 2017 CNES. All Rights Reserved.