public class AugmentedKKTSolver extends AbstractKKTSolver
checkKKTSolutionAcc, DEFAULT_SCALAR, defaultScalar, g, h, matA, matAT, matH, toleranceKKT| Constructor and Description |
|---|
AugmentedKKTSolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
setS(double constant)
Set a value to s
|
RealVector[] |
solve()
Returns the two vectors v and w.
|
checkKKTSolutionAccuracy, setAMatrix, setCheckKKTSolutionAccuracy, setGVector, setHMatrix, setHVector, setToleranceKKT, solveAugmentedKKTpublic RealVector[] solve() throws PatriusException
solve in class AbstractKKTSolverPatriusException - if an error occurspublic void setS(double constant)
constant - value to assign to the variable sCopyright © 2025 CNES. All rights reserved.