ROOT 6.08/07 Reference Guide |
Public Types | |
enum | EVarBlock { kno_block, kt_block, klambda_block, ku_block, kpi_block, kv_block, kgamma_block, kw_block, kphi_block } |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Public Member Functions | |
TQpVar () | |
Default constructor. More... | |
TQpVar (TVectorD &x_in, TVectorD &s_in, TVectorD &y_in, TVectorD &z_in, TVectorD &v_in, TVectorD &gamma_in, TVectorD &w_in, TVectorD &phi_in, TVectorD &t_in, TVectorD &lambda_in, TVectorD &u_in, TVectorD &pi_in, TVectorD &ixlow_in, TVectorD &ixupp_in, TVectorD &iclow_in, TVectorD &icupp_in) | |
Constructor. More... | |
TQpVar (Int_t nx, Int_t my, Int_t mz, TVectorD &ixlow, TVectorD &ixupp, TVectorD &iclow, TVectorD &icupp) | |
Constructor. More... | |
TQpVar (const TQpVar &another) | |
Copy constructor. More... | |
virtual | ~TQpVar () |
virtual Double_t | FindBlocking (TQpVar *step, Double_t &primalValue, Double_t &primalStep, Double_t &dualValue, Double_t &dualStep, Int_t &firstOrSecond) |
Performs the same function as StepBound, and supplies additional information about which component of the nonnegative variables is responsible for restricting alpha. More... | |
virtual Double_t | GetMu () |
compute complementarity gap, obtained by taking the inner product of the complementary vectors and dividing by the total number of components computes mu = (t'lambda +u'pi + v'gamma + w'phi)/(mclow+mcupp+nxlow+nxupp) More... | |
virtual void | InteriorPoint (Double_t alpha, Double_t beta) |
Sets components of (u,t,v,w) to alpha and of (lambda,pi,phi,gamma) to beta. More... | |
virtual Bool_t | IsInteriorPoint () |
Is the current position an interior point ? More... | |
virtual Double_t | MuStep (TQpVar *step, Double_t alpha) |
Compute the complementarity gap resulting from a step of length "alpha" along direction "step". More... | |
virtual void | Negate () |
Perform a "negate" operation on all data vectors : x = -x. More... | |
virtual Double_t | Norm1 () |
Return the sum of the vector-norm1's. More... | |
virtual Double_t | NormInf () |
Return the sum of the vector-normInf's. More... | |
TQpVar & | operator= (const TQpVar &source) |
Assignment operator. More... | |
virtual void | Print (Option_t *option="") const |
Print class members. More... | |
virtual void | Saxpy (TQpVar *b, Double_t alpha) |
Perform a "saxpy" operation on all data vectors : x += alpha*y. More... | |
virtual void | ShiftBoundVariables (Double_t alpha, Double_t beta) |
Add alpha to components of (u,t,v,w) and beta to components of (lambda,pi,phi,gamma) More... | |
virtual Double_t | StepBound (TQpVar *b) |
calculate the largest alpha in (0,1] such that the/ nonnegative variables stay nonnegative in the given search direction. More... | |
virtual Bool_t | ValidNonZeroPattern () |
Check that the variables conform to the non-zero indices. More... | |
virtual Double_t | Violation () |
The amount by which the current variables violate the non-negativity constraints. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Public Attributes | |
TVectorD | fGamma |
TVectorD | fLambda |
Int_t | fNComplementaryVariables |
TVectorD | fPhi |
TVectorD | fPi |
TVectorD | fS |
TVectorD | fT |
TVectorD | fU |
TVectorD | fV |
TVectorD | fW |
TVectorD | fX |
TVectorD | fY |
TVectorD | fZ |
Static Protected Member Functions | |
static Double_t | FindBlocking (TVectorD &w, TVectorD &wstep, TVectorD &u, TVectorD &ustep, Double_t maxStep, Double_t &w_elt, Double_t &wstep_elt, Double_t &u_elt, Double_t &ustep_elt, int &first_or_second) |
See other FindBlocking function. More... | |
static Double_t | FindBlockingSub (Int_t n, Double_t *w, Int_t incw, Double_t *wstep, Int_t incwstep, Double_t *u, Int_t incu, Double_t *ustep, Int_t incustep, Double_t maxStep, Double_t &w_elt, Double_t &wstep_elt, Double_t &u_elt, Double_t &ustep_elt, Int_t &first_or_second) |
See FindBlocking function. More... | |
static Double_t | StepBound (TVectorD &v, TVectorD &dir, Double_t maxStep) |
Find the maximum stepsize of v in direction dir before violating the nonnegativity constraints. More... | |
Protected Attributes | |
TVectorD | fCloIndex |
TVectorD | fCupIndex |
Int_t | fMclo |
Int_t | fMcup |
Int_t | fMy |
Int_t | fMz |
Int_t | fNx |
Int_t | fNxlo |
Int_t | fNxup |
TVectorD | fXloIndex |
TVectorD | fXupIndex |
Additional Inherited Members | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
#include <TQpVar.h>
enum TQpVar::EVarBlock |
TQpVar::TQpVar | ( | ) |
Default constructor.
Definition at line 58 of file TQpVar.cxx.
TQpVar::TQpVar | ( | TVectorD & | x_in, |
TVectorD & | s_in, | ||
TVectorD & | y_in, | ||
TVectorD & | z_in, | ||
TVectorD & | v_in, | ||
TVectorD & | gamma_in, | ||
TVectorD & | w_in, | ||
TVectorD & | phi_in, | ||
TVectorD & | t_in, | ||
TVectorD & | lambda_in, | ||
TVectorD & | u_in, | ||
TVectorD & | pi_in, | ||
TVectorD & | ixlow_in, | ||
TVectorD & | ixupp_in, | ||
TVectorD & | iclow_in, | ||
TVectorD & | icupp_in | ||
) |
Constructor.
Definition at line 74 of file TQpVar.cxx.
TQpVar::TQpVar | ( | Int_t | nx, |
Int_t | my, | ||
Int_t | mz, | ||
TVectorD & | ixlow, | ||
TVectorD & | ixupp, | ||
TVectorD & | iclow, | ||
TVectorD & | icupp | ||
) |
Constructor.
Definition at line 129 of file TQpVar.cxx.
TQpVar::TQpVar | ( | const TQpVar & | another | ) |
Copy constructor.
Definition at line 180 of file TQpVar.cxx.
|
staticprotected |
See other FindBlocking function.
Definition at line 445 of file TQpVar.cxx.
|
virtual |
Performs the same function as StepBound, and supplies additional information about which component of the nonnegative variables is responsible for restricting alpha.
In terms of the abstract formulation, the components have the following meanings :
primalValue : the value of the blocking component of the primal variables (u,t,v,w). primalStep : the corresponding value of the blocking component of the primal step variables (b->u,b->t,b->v,b->w) dualValue : the value of the blocking component of the dual variables/ (lambda,pi,phi,gamma). dualStep : the corresponding value of the blocking component of the dual step variables (b->lambda,b->pi,b->phi,b->gamma) firstOrSecond : 1 if the primal step is blocking, 2 if the dual step is block, 0 if no step is blocking.
Definition at line 413 of file TQpVar.cxx.
|
staticprotected |
See FindBlocking function.
Definition at line 464 of file TQpVar.cxx.
|
virtual |
compute complementarity gap, obtained by taking the inner product of the complementary vectors and dividing by the total number of components computes mu = (t'lambda +u'pi + v'gamma + w'phi)/(mclow+mcupp+nxlow+nxupp)
Definition at line 191 of file TQpVar.cxx.
Sets components of (u,t,v,w) to alpha and of (lambda,pi,phi,gamma) to beta.
Definition at line 533 of file TQpVar.cxx.
|
virtual |
Is the current position an interior point ?
Definition at line 374 of file TQpVar.cxx.
Compute the complementarity gap resulting from a step of length "alpha" along direction "step".
Definition at line 210 of file TQpVar.cxx.
|
virtual |
Perform a "negate" operation on all data vectors : x = -x.
Definition at line 271 of file TQpVar.cxx.
|
virtual |
Return the sum of the vector-norm1's.
Definition at line 675 of file TQpVar.cxx.
|
virtual |
Return the sum of the vector-normInf's.
Definition at line 699 of file TQpVar.cxx.
Assignment operator.
Definition at line 771 of file TQpVar.cxx.
Perform a "saxpy" operation on all data vectors : x += alpha*y.
Definition at line 231 of file TQpVar.cxx.
Add alpha to components of (u,t,v,w) and beta to components of (lambda,pi,phi,gamma)
Definition at line 614 of file TQpVar.cxx.
Find the maximum stepsize of v in direction dir before violating the nonnegativity constraints.
Definition at line 347 of file TQpVar.cxx.
calculate the largest alpha in (0,1] such that the/ nonnegative variables stay nonnegative in the given search direction.
In the general QP problem formulation this is the largest value of alpha such that (t,u,v,w,lambda,pi,phi,gamma) + alpha * (b->t,b->u,b->v,b->w,b->lambda,b->pi, b->phi,b->gamma) >= 0.
Definition at line 303 of file TQpVar.cxx.
|
virtual |
Check that the variables conform to the non-zero indices.
Definition at line 739 of file TQpVar.cxx.
|
virtual |
The amount by which the current variables violate the non-negativity constraints.
Definition at line 573 of file TQpVar.cxx.