Click or drag to resize

ParsedConstraintCoefficients Property

Coefficient vector for the parameters (length = number of parameters). Represents the left-hand side after moving everything to LHS: coefficients · p [op] Rhs The op corresponds to Kind.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public double[] Coefficients { get; init; }

Property Value

Double
See Also