library: libQuadp #include "TQpLinSolverDens.h" |
TQpLinSolverDens
class description - header file - source file - inheritance tree (.pdf)
public:
TQpLinSolverDens()
TQpLinSolverDens(TQpProbDens* factory, TQpDataDens* data)
TQpLinSolverDens(const TQpLinSolverDens& another)
virtual ~TQpLinSolverDens()
static TClass* Class()
virtual void Factor(TQpDataBase* prob, TQpVar* vars)
virtual TClass* IsA() const
TQpLinSolverDens& operator=(const TQpLinSolverDens& source)
virtual void PutXDiagonal(TVectorD& xdiag)
virtual void PutZDiagonal(TVectorD& zdiag)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void SolveCompressed(TVectorD& rhs)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TMatrixDSym fKkt
TDecompLU fSolveLU
TQpLinSolverDens
Implements the aspects of the solvers for dense general QP
formulation that are specific to the dense case.
void Factor(TQpDataBase *prob,TQpVar *vars)
Sets up the matrix for the main linear system in "augmented system" form.
void PutXDiagonal(TVectorD &xdiag)
Places the diagonal resulting from the bounds on x into the augmented system matrix
void PutZDiagonal(TVectorD &zdiag)
Places the diagonal resulting from the bounds on Cx into the augmented system matrix
void SolveCompressed(TVectorD &compressedRhs)
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 .
Author: Eddy Offermann May 2004
Last update: root/quadp:$Name: $:$Id: TQpLinSolverDens.cxx,v 1.7 2006/06/28 05:17:13 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.