43 #ifndef ROOT_TQpLinSolverDens 44 #define ROOT_TQpLinSolverDens
virtual void SolveCompressed(TVectorD &rhs)
Perform the actual solve using the factors produced in factor.
virtual void Factor(TQpDataBase *prob, TQpVar *vars)
Sets up the matrix for the main linear system in "augmented system" form.
TQpLinSolverDens & operator=(const TQpLinSolverDens &source)
Assignment operator.
#define ClassDef(name, id)
virtual ~TQpLinSolverDens()
virtual void PutZDiagonal(TVectorD &zdiag)
Places the diagonal resulting from the bounds on Cx into the augmented system matrix.
virtual void PutXDiagonal(TVectorD &xdiag)
Places the diagonal resulting from the bounds on x into the augmented system matrix.