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, solveAugmentedKKT
public RealVector[] solve() throws PatriusException
solve
in class AbstractKKTSolver
PatriusException
- if an error occurspublic void setS(double constant)
constant
- value to assign to the variable sCopyright © 2023 CNES. All rights reserved.