Click or drag to resize

PolynomialDifferentiator Class

Class PolynomialDifferentiator encapsulates exact differentiation of polynomials.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CorePolynomialDifferentiator

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class PolynomialDifferentiator : IDifferentiator, 
	ICloneable

The PolynomialDifferentiator type exposes the following members.

Constructors
 NameDescription
Public methodPolynomialDifferentiator Default constructor. Constructs a PolynomialDifferentiator instance that can be used to differentiate a polynomial.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this differentiator.
Public methodDifferentiate Differentiates the given function at the given position.
Top
See Also