Click or drag to resize

PartialDerivativesEvaluator.DependentVariable Property

Gets the IPartialDifferentiable identifying the object that the partial derivatives calculated during evaluation are of.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IPartialDifferentiable DependentVariable { get; }

Property Value

Type: IPartialDifferentiable
See Also