43 #ifndef ROOT_TQpLinSolverSparse
44 #define ROOT_TQpLinSolverSparse
47 #ifndef ROOT_TQpProbSparse
50 #ifndef ROOT_TQpDataSparse
virtual void PutXDiagonal(TVectorD &xdiag)
Places the diagonal resulting from the bounds on x into the augmented system matrix.
TQpLinSolverSparse & operator=(const TQpLinSolverSparse &source)
Assignment operator.
#define ClassDef(name, id)
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.
TDecompSparse fSolveSparse
virtual void PutZDiagonal(TVectorD &zdiag)
Places the diagonal resulting from the bounds on Cx into the augmented system matrix.
virtual ~TQpLinSolverSparse()