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

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

public interface IDependentVariable<T>

Generic interface to describe a T-dependent variable.

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

Since:
1.2
Version:
$Id: IDependentVariable.java 4994 2012-06-18 15:04:55Z SabatiniT $
Author:
Tiziana Sabatini

Method Summary
 double value(T x)
          Compute the value of the T-dependent variable.
 

Method Detail

value

double value(T x)
Compute the value of the T-dependent variable.

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


Copyright © 2016 CNES. All Rights Reserved.