ScalarCosineGetPartialDerivativesEvaluator Method |
Gets an evaluator that calculates the partial derivatives of this
ScalarCosine
with respect to the
independentVariables.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PartialDerivativesEvaluator GetPartialDerivativesEvaluator(
IList<IPartialDifferentiable> independentVariables,
EvaluatorGroup group
)
Public Function GetPartialDerivativesEvaluator (
independentVariables As IList(Of IPartialDifferentiable),
group As EvaluatorGroup
) As PartialDerivativesEvaluator
public:
virtual PartialDerivativesEvaluator^ GetPartialDerivativesEvaluator(
IList<IPartialDifferentiable^>^ independentVariables,
EvaluatorGroup^ group
) sealed
abstract GetPartialDerivativesEvaluator :
independentVariables : IList<IPartialDifferentiable> *
group : EvaluatorGroup -> PartialDerivativesEvaluator
override 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 evaluator group to contain the evaluator.
Return Value
Type:
PartialDerivativesEvaluatorThe
PartialDerivativesEvaluator.
Implements
IPartialDifferentiableGetPartialDerivativesEvaluator(IListIPartialDifferentiable, EvaluatorGroup)Exceptions See Also