Click or drag to resize

ProjectionResultFreeParameterIndices Property

Indices of parameters touched by no active constraint.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IReadOnlyList<int> FreeParameterIndices { get; init; }

Property Value

IReadOnlyListInt32
See Also