All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.micronova.math.DeltaCurve

public interface DeltaCurve
extends Curve
Abstract Differentiable Curve.

Version:
1.0
Author:
Makoto Nagata, MicroNova
See Also:
CurveSolver

Method Index

 o getDeltaOf(double)
Returns the 'delta' (differential) of this Curve at x.

Methods

 o getDeltaOf
 public abstract double getDeltaOf(double x)
Returns the 'delta' (differential) of this Curve at x.


All Packages  Class Hierarchy  This Package  Previous  Next  Index