Abstract base class for classes that perform root finding on univariate functions.

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

Syntax

C#
[SerializableAttribute]
public abstract class RootFinderBase : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class RootFinderBase _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class RootFinderBase abstract : ICloneable

Inheritance Hierarchy

See Also