| Name | Description |
---|
  | FindGlobalMaximum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>) |
Finds the maximum of a function within the given volume.
|
  | FindGlobalMaximum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>, MultiExtremumSettings) |
Finds the maximum of a function within the given volume, subject to the given evaluation constraints.
|
  | FindGlobalMinimum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>) |
Finds the minimum of a function within the given volume.
|
  | FindGlobalMinimum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>, MultiExtremumSettings) |
Finds the minimum of a function within the given volume, subject to the given evaluation constraints.
|
  | FindLocalMaximum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Double>) |
Finds a local maximum of a multi-dimensional function in the vicinity of the given starting location.
|
  | FindLocalMaximum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Double>, MultiExtremumSettings) |
Finds a local maximum of a multi-dimensional function in the vicinity of the given starting location,
subject to the given evaluation constraints.
|
  | FindLocalMinimum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Double>) |
Finds a local minimum of a multi-dimensional function in the vicinity of the given starting location.
|
  | FindLocalMinimum(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Double>, MultiExtremumSettings) |
Finds a local minimum of a multi-dimensional function in the vicinity of the given starting location,
subject to the given evaluation constraints.
|
  | FindZero |
Finds a vector argument which makes a vector function zero.
|
  | Integrate(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>) | Estimates a multi-dimensional integral. |
  | Integrate(Func<IReadOnlyList<Double>, Double>, IReadOnlyList<Interval>, IntegrationSettings) |
Estimates a multi-dimensional integral using the given evaluation settings.
|
  | IntegrateConservativeOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, IReadOnlyList<Double>, Double) |
Solves a set of coupled, conservative second order ordinary differential equation initial value problems.
|
  | IntegrateConservativeOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, IReadOnlyList<Double>, Double, MultiOdeSettings) |
Solves a set of coupled, conservative second order ordinary differential equation initial value problems using the given settings.
|
  | IntegrateOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, Double) |
Solves a set of coupled ordinary differential equation initial value problems.
|
  | IntegrateOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, Double, MultiOdeSettings) |
Solves a set of coupled ordinary differential equation initial value problems.
|