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 4994 2012-06-18 15:04:55Z SabatiniT $
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 © 2016 CNES. All Rights Reserved.