Logo ROOT   6.13/01
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
TQpLinSolverDens Class Reference

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...
 
TQpLinSolverDensoperator= (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...
 
TQpLinSolverBaseoperator= (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
 
TQpProbBasefFactory
 
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>

Inheritance diagram for TQpLinSolverDens:
[legend]

Constructor & Destructor Documentation

◆ TQpLinSolverDens() [1/3]

TQpLinSolverDens::TQpLinSolverDens ( )
inline

Definition at line 69 of file TQpLinSolverDens.h.

◆ TQpLinSolverDens() [2/3]

TQpLinSolverDens::TQpLinSolverDens ( TQpProbDens factory,
TQpDataDens data 
)

Constructor.

Definition at line 60 of file TQpLinSolverDens.cxx.

◆ TQpLinSolverDens() [3/3]

TQpLinSolverDens::TQpLinSolverDens ( const TQpLinSolverDens another)

Copy constructor.

Definition at line 81 of file TQpLinSolverDens.cxx.

◆ ~TQpLinSolverDens()

virtual TQpLinSolverDens::~TQpLinSolverDens ( )
inlinevirtual

Definition at line 73 of file TQpLinSolverDens.h.

Member Function Documentation

◆ Factor()

void TQpLinSolverDens::Factor ( TQpDataBase prob,
TQpVar vars 
)
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.

◆ operator=()

TQpLinSolverDens & TQpLinSolverDens::operator= ( const TQpLinSolverDens source)

Assignment operator.

Definition at line 133 of file TQpLinSolverDens.cxx.

◆ PutXDiagonal()

void TQpLinSolverDens::PutXDiagonal ( TVectorD xdiag)
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.

◆ PutZDiagonal()

void TQpLinSolverDens::PutZDiagonal ( TVectorD zdiag)
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.

◆ SolveCompressed()

void TQpLinSolverDens::SolveCompressed ( TVectorD compressedRhs)
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.

Member Data Documentation

◆ fKkt

TMatrixDSym TQpLinSolverDens::fKkt
protected

Definition at line 65 of file TQpLinSolverDens.h.

◆ fSolveLU

TDecompLU TQpLinSolverDens::fSolveLU
protected

Definition at line 66 of file TQpLinSolverDens.h.

Libraries for TQpLinSolverDens:
[legend]

The documentation for this class was generated from the following files: