| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetedSegmentListFunction
A
SolvableMultivariableFunction that can be used in a
MultivariableFunctionSolver to solve for an arbitrary trajectory or other
state elements based on
variables and
constraints. |
| Modifier and Type | Method and Description |
|---|---|
SolvableMultivariableFunction |
MultivariableFunctionSolver.getFunction()
Gets the
function to solve. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultivariableFunctionSolver.setFunction(SolvableMultivariableFunction value)
Sets the
function to solve. |
| Constructor and Description |
|---|
SolvableMultivariableFunction(SolvableMultivariableFunction existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
static NumericallyComputedMultivariableFunctionDerivativeResults |
SolvableMultivariableFunctionOperations.computeJacobianNumerically(SolvableMultivariableFunction function,
double[] variables,
double[] perturbationValues,
FiniteDifferenceMethod differenceMethod,
boolean multithreaded,
SolvableMultivariableFunctionResults precomputedValueResults,
ITrackCalculationProgress progressTracker)
Computes the Jacobian of a
SolvableMultivariableFunction numerically. |