org.jscience.mathematics.analysis
Interface CurlFunction
- All Superinterfaces:
- AbstractMapping
public interface CurlFunction
- extends AbstractMapping
The interface CurlFunction defines the methods that must be implemented for
a class to represent a function with a curl (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.
|
Method Summary |
AbstractMapping |
getCurl()
Returns the Curl of this function, itself a mapping (vector
field) of 2 (or 3) to 2 (or 3) parameters on R. |
getCurl
AbstractMapping getCurl()
- Returns the Curl of this function, itself a mapping (vector
field) of 2 (or 3) to 2 (or 3) parameters on R.
- Returns:
- DOCUMENT ME!