Click or drag to resize

PartialDerivativesFixedDependencies 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: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<IPartialDifferentiable> Dependencies { get; }

Property Value

Type: ReadOnlyCollectionIPartialDifferentiable
See Also