Click or drag to resize

SolvableMultivariableFunctionOperations Class

A set of common methods for using a SolvableMultivariableFunction.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethods.AdvancedSolvableMultivariableFunctionOperations

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class SolvableMultivariableFunctionOperations

The SolvableMultivariableFunctionOperations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeJacobianNumerically
Computes the Jacobian of a SolvableMultivariableFunction numerically. This will call the appropriate events on the functions as they are computed.
Top
See Also