Contains methods for finding roots and extrema.
| C# | Visual Basic | Visual C++ | F# |
public static class FunctionMath
Public NotInheritable Class FunctionMath
public ref class FunctionMath abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type FunctionMath = class end
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| FindMinimum(Func<(Of <<'(Double, Double>)>>), Double) |
Minimizes a function in the vicinity of a given point.
| |
| FindMinimum(Func<(Of <<'(Double, Double>)>>), Interval) |
Minimizes a function on a given interval.
| |
| FindMinimum(Func<(Of <<'(array<Double>[]()[][], Double>)>>), array<Double>[]()[][]) |
Minimizes a function on a multi-dimensional space in the vicinity of a given point.
| |
| FindZero(Func<(Of <<'(Double, Double>)>>), Double) |
Isolates a root in the vicinity of a given point.
| |
| FindZero(Func<(Of <<'(Double, Double>)>>), Interval) |
Isolates a root within a given interval.
| |
| Integrate(Func<(Of <<'(Double, Double>)>>), Interval) |
Evaluates a definite integral.
| |
| Integrate(Func<(Of <<'(Double, Double>)>>), Interval, EvaluationSettings) |
Evaluates a definite integral with the given evaluation settings.
|
| Object | |
| FunctionMath | |