Definition at line 58 of file TQpProbSparse.h.
|
| | TQpProbSparse () |
| |
| | TQpProbSparse (Int_t nx, Int_t my, Int_t mz) |
| | Constructor. More...
|
| |
| | TQpProbSparse (const TQpProbSparse &another) |
| | Copy constructor. More...
|
| |
| virtual | ~TQpProbSparse () |
| |
| virtual void | JoinRHS (TVectorD &rhs_in, TVectorD &rhs1_in, TVectorD &rhs2_in, TVectorD &rhs3_in) |
| | Assembles a single vector object from three given vectors . More...
|
| |
| virtual TQpDataBase * | MakeData (Double_t *c, Int_t nnzQ, Int_t *irowQ, Int_t *icolQ, Double_t *Q, Double_t *xlo, Bool_t *ixlo, Double_t *xup, Bool_t *ixup, Int_t nnzA, Int_t *irowA, Int_t *icolA, Double_t *A, Double_t *bA, Int_t nnzC, Int_t *irowC, Int_t *icolC, Double_t *C, Double_t *clo, Bool_t *iclo, Double_t *cup, Bool_t *icup) |
| | Setup the data. More...
|
| |
| virtual TQpDataBase * | MakeData (TVectorD &c, TMatrixDBase &Q_in, TVectorD &xlo, TVectorD &ixlo, TVectorD &xup, TVectorD &ixup, TMatrixDBase &A_in, TVectorD &bA, TMatrixDBase &C_in, TVectorD &clo, TVectorD &iclo, TVectorD &cup, TVectorD &icup) |
| | Setup the data. More...
|
| |
| virtual TQpLinSolverBase * | MakeLinSys (const TQpDataBase *data) |
| | Setup the linear solver. More...
|
| |
| void | MakeRandomData (TQpDataSparse *&data, TQpVar *&soln, Int_t nnzQ, Int_t nnzA, Int_t nnzC) |
| | Create a random QP problem. More...
|
| |
| virtual TQpResidual * | MakeResiduals (const TQpDataBase *data) |
| | Setup the residuals. More...
|
| |
| virtual TQpVar * | MakeVariables (const TQpDataBase *data) |
| | Setup the variables. More...
|
| |
| TQpProbSparse & | operator= (const TQpProbSparse &source) |
| | Assignment operator. More...
|
| |
| virtual void | SeparateVars (TVectorD &x_in, TVectorD &y_in, TVectorD &z_in, TVectorD &vars_in) |
| | Extracts three component vectors from a given aggregated vector. More...
|
| |
| | TQpProbBase () |
| | Default constructor. More...
|
| |
| | TQpProbBase (Int_t nx, Int_t my, Int_t mz) |
| | Constructor. More...
|
| |
| | TQpProbBase (const TQpProbBase &another) |
| | Copy constructor. More...
|
| |
| virtual | ~TQpProbBase () |
| |
| TQpProbBase & | operator= (const TQpProbBase &source) |
| | Assignment operator. More...
|
| |