Click or drag to resize

CompilationResultToProjectorMatrices Method

Builds the two matrix pairs needed by the simplified LinearConstraintsProjector. Reduction rules applied automatically: Equality (==) → A row (kept as-is) LessOrEqual (<=) → C row (kept as-is) GreaterOrEqual (>=) → C row negated (-coeff · p <= -rhs)

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ProjectorMatrices ToProjectorMatrices()

Return Value

ProjectorMatrices

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.Nonlinear.CompilationResult.ToProjectorMatrices"]

See Also