|
ROOT 6.13/01 Reference Guide |
Definition at line 60 of file TQpLinSolverDens.h.
Public Member Functions | |
| TQpLinSolverDens () | |
| TQpLinSolverDens (TQpProbDens *factory, TQpDataDens *data) | |
| Constructor. More... | |
| TQpLinSolverDens (const TQpLinSolverDens &another) | |
| Copy constructor. More... | |
| virtual | ~TQpLinSolverDens () |
| virtual void | Factor (TQpDataBase *prob, TQpVar *vars) |
| Sets up the matrix for the main linear system in "augmented system" form. More... | |
| TQpLinSolverDens & | operator= (const TQpLinSolverDens &source) |
| Assignment operator. More... | |
| virtual void | PutXDiagonal (TVectorD &xdiag) |
| Places the diagonal resulting from the bounds on x into the augmented system matrix. More... | |
| virtual void | PutZDiagonal (TVectorD &zdiag) |
| Places the diagonal resulting from the bounds on Cx into the augmented system matrix. More... | |
| virtual void | SolveCompressed (TVectorD &rhs) |
| Perform the actual solve using the factors produced in factor. More... | |
Public Member Functions inherited from TQpLinSolverBase | |
| TQpLinSolverBase () | |
| Default constructor. More... | |
| TQpLinSolverBase (TQpProbBase *factory, TQpDataBase *data) | |
| Constructor. More... | |
| TQpLinSolverBase (const TQpLinSolverBase &another) | |
| Copy constructor. More... | |
| virtual | ~TQpLinSolverBase () |
| virtual void | ComputeDiagonals (TVectorD &dd, TVectorD &omega, TVectorD &t, TVectorD &lambda, TVectorD &u, TVectorD &pi, TVectorD &v, TVectorD &gamma, TVectorD &w, TVectorD &phi) |
| Computes the diagonal matrices in the augmented system from the current set of variables. More... | |
| virtual void | JoinRHS (TVectorD &rhs, TVectorD &rhs1, TVectorD &rhs2, TVectorD &rhs3) |
| Assembles a single vector object from three given vectors . More... | |
| TQpLinSolverBase & | operator= (const TQpLinSolverBase &source) |
| Assignment opeartor. More... | |
| virtual void | SeparateVars (TVectorD &vars1, TVectorD &vars2, TVectorD &vars3, TVectorD &vars) |
| Extracts three component vectors from a given aggregated vector. More... | |
| virtual void | Solve (TQpDataBase *prob, TQpVar *vars, TQpResidual *resids, TQpVar *step) |
| Solves the system for a given set of residuals. More... | |
| virtual void | SolveXYZS (TVectorD &stepx, TVectorD &stepy, TVectorD &stepz, TVectorD &steps, TVectorD &ztemp, TQpDataBase *data) |
| Assemble right-hand side of augmented system and call SolveCompressed to solve it. More... | |
Protected Attributes | |
| TMatrixDSym | fKkt |
| TDecompLU | fSolveLU |
Protected Attributes inherited from TQpLinSolverBase | |
| TVectorD | fCloIndex |
| TVectorD | fCupIndex |
| TVectorD | fDd |
| TVectorD | fDq |
| TQpProbBase * | fFactory |
| Int_t | fMclo |
| Int_t | fMcup |
| Int_t | fMy |
| Int_t | fMz |
| TVectorD | fNomegaInv |
| Int_t | fNx |
| Int_t | fNxlo |
| Int_t | fNxup |
| TVectorD | fRhs |
| TVectorD | fXloIndex |
| TVectorD | fXupIndex |
#include <TQpLinSolverDens.h>
|
inline |
Definition at line 69 of file TQpLinSolverDens.h.
| TQpLinSolverDens::TQpLinSolverDens | ( | TQpProbDens * | factory, |
| TQpDataDens * | data | ||
| ) |
Constructor.
Definition at line 60 of file TQpLinSolverDens.cxx.
| TQpLinSolverDens::TQpLinSolverDens | ( | const TQpLinSolverDens & | another | ) |
Copy constructor.
Definition at line 81 of file TQpLinSolverDens.cxx.
|
inlinevirtual |
Definition at line 73 of file TQpLinSolverDens.h.
|
virtual |
Sets up the matrix for the main linear system in "augmented system" form.
Reimplemented from TQpLinSolverBase.
Definition at line 90 of file TQpLinSolverDens.cxx.
| TQpLinSolverDens & TQpLinSolverDens::operator= | ( | const TQpLinSolverDens & | source | ) |
Assignment operator.
Definition at line 133 of file TQpLinSolverDens.cxx.
|
virtual |
Places the diagonal resulting from the bounds on x into the augmented system matrix.
Implements TQpLinSolverBase.
Definition at line 100 of file TQpLinSolverDens.cxx.
|
virtual |
Places the diagonal resulting from the bounds on Cx into the augmented system matrix.
Implements TQpLinSolverBase.
Definition at line 111 of file TQpLinSolverDens.cxx.
|
virtual |
Perform the actual solve using the factors produced in factor.
rhs on input contains the aggregated right-hand side of the augmented system; on output contains the solution in aggregated form .
Implements TQpLinSolverBase.
Definition at line 124 of file TQpLinSolverDens.cxx.
|
protected |
Definition at line 65 of file TQpLinSolverDens.h.
|
protected |
Definition at line 66 of file TQpLinSolverDens.h.