FunctionMath Methods |
Name | Description | |
---|---|---|
![]() ![]() | FindMaximum(Func<Double, Double>, Interval) |
Maximizes a function on the given interval.
|
![]() ![]() | FindMaximum(Func<Double, Double>, Double) |
Maximizes a function in the vicinity of a given point.
|
![]() ![]() | FindMaximum(Func<Double, Double>, Interval, ExtremumSettings) |
Maximizes a function on the given interval, subject to the given evaluation settings.
|
![]() ![]() | FindMaximum(Func<Double, Double>, Double, ExtremumSettings) |
Maximizes a function in the vicinity of a given point, subject to the given evaluation settings.
|
![]() ![]() | FindMinimum(Func<Double, Double>, Interval) |
Minimizes a function on the given interval.
|
![]() ![]() | FindMinimum(Func<Double, Double>, Double) |
Minimizes a function in the vicinity of a given point.
|
![]() ![]() | FindMinimum(Func<Double, Double>, Interval, ExtremumSettings) |
Minimizes a function on the given interval, subject to the given evaluation settings.
|
![]() ![]() | FindMinimum(Func<Double, Double>, Double, ExtremumSettings) |
Minimizes a function in the vicinity of a given point subject to the given evaluation settings.
|
![]() ![]() | FindZero(Func<Double, Double>, Interval) |
Isolates a root within a given interval.
|
![]() ![]() | FindZero(Func<Double, Double>, Double) |
Isolates a root in the vicinity of a given point.
|
![]() ![]() | Integrate(Func<Double, Double>, Interval) |
Evaluates a definite integral.
|
![]() ![]() | Integrate(Func<Double, Double>, Interval, IntegrationSettings) |
Evaluates a definite integral with the given evaluation settings.
|
![]() ![]() | Integrate(Func<Double, Double>, Double, Double) |
Evaluates a definite integral.
|
![]() ![]() | Integrate(Func<Double, Double>, Double, Double, IntegrationSettings) |
Evaluates a definite integral with the given evaluation settings.
|
![]() ![]() | IntegrateConservativeOde(Func<Double, Double, Double>, Double, Double, Double, Double) |
Solves a conservative second order ordinary differential equation initial value problem.
|
![]() ![]() | IntegrateConservativeOde(Func<Double, Double, Double>, Double, Double, Double, Double, OdeSettings) |
Solves a conservative second order ordinary differential equation initial value problem using the given settings.
|
![]() ![]() | IntegrateOde(Func<Double, Double, Double>, Double, Double, Double) |
Solves an ordinary differential equation initial value problem.
|
![]() ![]() | IntegrateOde(Func<Double, Double, Double>, Double, Double, Double, OdeSettings) |
Solves an ordinary differential equation initial value problem.
|