Click or drag to resize

IDifferentiator Interface

Interface for classes that perform differentiation of a function at a point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IDifferentiator : ICloneable

The IDifferentiator type exposes the following members.

Methods
 NameDescription
Public methodDifferentiate Differentiates the given function at a given point.
Top
See Also