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.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic ProjectorMatrices ToProjectorMatrices()
Return Value
ProjectorMatrices[Missing <returns> documentation for "M:Altaxo.Calc.Regression.Nonlinear.CompilationResult.ToProjectorMatrices"]
See Also