IPartialDifferentiableGetPartialDerivativesEvaluator Method |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax PartialDerivativesEvaluator GetPartialDerivativesEvaluator(
IList<IPartialDifferentiable> independentVariables,
EvaluatorGroup group
)
Function GetPartialDerivativesEvaluator (
independentVariables As IList(Of IPartialDifferentiable),
group As EvaluatorGroup
) As PartialDerivativesEvaluator
PartialDerivativesEvaluator^ GetPartialDerivativesEvaluator(
IList<IPartialDifferentiable^>^ independentVariables,
EvaluatorGroup^ group
)
abstract GetPartialDerivativesEvaluator :
independentVariables : IList<IPartialDifferentiable> *
group : EvaluatorGroup -> PartialDerivativesEvaluator
Parameters
- independentVariables
- Type: System.Collections.GenericIListIPartialDifferentiable
The list of IPartialDifferentiable representing the independent
variables that the created partial derivative evaluator calculates partials with respect to. - group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup that will contain the created evaluator.
Return Value
Type:
PartialDerivativesEvaluatorThe
PartialDerivativesEvaluator.
See Also