Click or drag to resize

PartialDerivativesFixed.Dependencies Property

Gets the read only list of the IPartialDifferentiable representing the objects the PartialDerivatives are with respect to.

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 ReadOnlyCollection<IPartialDifferentiable> Dependencies { get; }

Property Value

Type: ReadOnlyCollection<IPartialDifferentiable>
See Also