org.jscience.mathematics.analysis
Interface DivergenceFunction
- All Superinterfaces:
- AbstractMapping
public interface DivergenceFunction
- extends AbstractMapping
The interface DivergenceFunction defines the methods that must be
implemented for a class to represent a function with a divergence (the
counterpart of the derivative for multidimensional functions). It should
be used for a function (vector field) of 2 (or 3) to 2 (or 3) parameters on
R.
getDivergence
AbstractMapping getDivergence()
- Returns the Divergence of this function, itself a mapping of 2
(or 3) to 1 parameters on R.
- Returns:
- DOCUMENT ME!