ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Classes | |
class | TDecompSparse |
Variables | |
const Double_t | kInitTreatAsZero = 1.0e-12 |
const Double_t | kInitThresholdPivoting = 1.0e-8 |
const Double_t | kInitPrecision = 1.0e-7 |
const Double_t | kThresholdPivotingMax = 1.0e-2 |
const Double_t | kThresholdPivotingFactor = 10.0 |
const Double_t kInitPrecision = 1.0e-7 |
Definition at line 37 of file TDecompSparse.h.
Referenced by TDecompSparse::InitParam().
const Double_t kInitThresholdPivoting = 1.0e-8 |
Definition at line 36 of file TDecompSparse.h.
Referenced by TDecompSparse::InitParam().
const Double_t kInitTreatAsZero = 1.0e-12 |
Definition at line 35 of file TDecompSparse.h.
Referenced by TDecompSparse::InitParam().
const Double_t kThresholdPivotingFactor = 10.0 |
Definition at line 49 of file TDecompSparse.h.
Referenced by TDecompSparse::Solve().
const Double_t kThresholdPivotingMax = 1.0e-2 |
Definition at line 44 of file TDecompSparse.h.
Referenced by TDecompSparse::Solve().