|
PIPS-NLP
|
#include <LinearSystem.h>
Public Member Functions | |
| virtual void | factor (Data *prob, Variables *vars)=0 |
| virtual void | solve (Data *prob, Variables *vars, Residuals *resids, Variables *step)=0 |
| virtual | ~LinearSystem () |
Implements the main solver for linear systems that arise in primal-dual interior-point methods for QP
|
inlinevirtual |
factorizes the matrix, stores data related to the factorization to prepare for later calls to "solve"
Implemented in NlpGenLinsys, NlpGenSparseLinsys, and sLinsys.
|
pure virtual |
assuming the "factor" call was successful, supplies the right-hand side and solves the system.
Implemented in NlpGenLinsys.
1.8.11