Meta.Numerics Library
FunctionMath Class
Meta.NumericsMeta.Numerics.FunctionsFunctionMath
Contains methods for finding roots and extrema.
Declaration Syntax
C#Visual BasicVisual C++F#
public static class FunctionMath
Public NotInheritable Class FunctionMath
public ref class FunctionMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FunctionMath =  class end
Members
All MembersMethods



IconMemberDescription
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.
Inheritance Hierarchy
Object
FunctionMath