Class PolynomialDifferentiator encapsulates exact differentiation of polynomials.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class PolynomialDifferentiator : IDifferentiator, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PolynomialDifferentiator _
	Implements IDifferentiator, ICloneable
Visual C++
[SerializableAttribute]
public ref class PolynomialDifferentiator : IDifferentiator, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.PolynomialDifferentiator

See Also