Abstract base class for classes that perform root finding on
univariate functions.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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
System..::.Object
CenterSpace.NMath.Analysis..::.RootFinderBase
CenterSpace.NMath.Analysis..::.NewtonRaphsonRootFinder
CenterSpace.NMath.Analysis..::.RiddersRootFinder
CenterSpace.NMath.Analysis..::.SecantRootFinder
CenterSpace.NMath.Analysis..::.RootFinderBase
CenterSpace.NMath.Analysis..::.NewtonRaphsonRootFinder
CenterSpace.NMath.Analysis..::.RiddersRootFinder
CenterSpace.NMath.Analysis..::.SecantRootFinder