ROOT
6.06/09
Reference Guide
|
#include "TError.h"
#include "TQpVar.h"
#include "TQpDataBase.h"
#include "TQpResidual.h"
#include "TQpProbBase.h"
#include "TMatrixD.h"
#include "TQpLinSolverBase.h"
Go to the source code of this file.
Classes | |
class | TQpSolverBase |
Enumerations | |
enum | ETerminationCode { kSUCCESSFUL_TERMINATION = 0, kNOT_FINISHED, kMAX_ITS_EXCEEDED, kINFEASIBLE, kUNKNOWN } |
enum ETerminationCode |
Enumerator | |
---|---|
kSUCCESSFUL_TERMINATION | |
kNOT_FINISHED | |
kMAX_ITS_EXCEEDED | |
kINFEASIBLE | |
kUNKNOWN |
Definition at line 76 of file TQpSolverBase.h.