Definition at line 60 of file TQpProbDens.h.
|
| TQpProbDens () |
|
| TQpProbDens (Int_t nx, Int_t my, Int_t mz) |
| Constructor. More...
|
|
| TQpProbDens (const TQpProbDens &another) |
| Copy constructor. More...
|
|
virtual | ~TQpProbDens () |
|
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, Double_t *Q, Double_t *xlo, Bool_t *ixlo, Double_t *xup, Bool_t *ixup, Double_t *A, Double_t *bA, 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 (TQpDataDens *&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...
|
|
TQpProbDens & | operator= (const TQpProbDens &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...
|
|