Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
MultivariableFunctionDifferentialSolver
An intermediate base class for
MultivariableFunctionSolvers that will solve a function
by iteration towards a solution. |
class |
NewtonRaphsonMultivariableFunctionSolver
A differential corrector for solving
SolvableMultivariableFunctions . |
Modifier and Type | Method and Description |
---|---|
MultivariableFunctionSolver |
TargetedSegmentListDifferentialCorrector.getSolver()
Gets the
MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified. |
Modifier and Type | Method and Description |
---|---|
void |
TargetedSegmentListDifferentialCorrector.setSolver(MultivariableFunctionSolver value)
Sets the
MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified. |
Constructor and Description |
---|
MultivariableFunctionSolver(MultivariableFunctionSolver existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|