Click or drag to resize

ProjectionResultConstrainedParameterIndices Property

Indices of parameters touched by at least one 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> ConstrainedParameterIndices { get; init; }

Property Value

IReadOnlyListInt32
See Also