Namespaces

Types in MathNet.Numerics.RootFinding

Type ZeroCrossingBracketing

Namespace MathNet.Numerics.RootFinding

Static Functions

Public Static Functions

bool Expand(Func<double, double> f, Double& lowerBound, Double& upperBound, double factor, int maxIterations)

bool ExpandReduce(Func<double, double> f, Double& lowerBound, Double& upperBound, double expansionFactor, int expansionMaxIterations, int reduceSubdivisions)

IEnumerable<ValueTuple<double, double>> FindIntervalsWithin(Func<double, double> f, double lowerBound, double upperBound, int subdivisions)

bool Reduce(Func<double, double> f, Double& lowerBound, Double& upperBound, int subdivisions)