org.apache.commons.math3.analysis
Interface IDependentVectorVariable<T>

Type Parameters:
T - the nature of the independent variable.

public interface IDependentVectorVariable<T>

Generic interface to describe a T-dependent 3D vector.

The generic parameter T represents the nature of the independent variable.

Since:
1.2
Version:
$Id: IDependentVectorVariable.java 17603 2017-05-18 08:28:32Z bignon $
Author:
Tiziana Sabatini

Method Summary
 Vector3D value(T x)
          Compute the value of the T-dependent 3D vector.
 

Method Detail

value

Vector3D value(T x)
Compute the value of the T-dependent 3D vector.

Parameters:
x - value of T for which the variable should be computed.
Returns:
the value of the dependent vector.


Copyright © 2017 CNES. All Rights Reserved.