Classes | |
class | TDecompSparse |
Sparse Symmetric Decomposition class. More... | |
Variables | |
const Double_t | kInitPrecision = 1.0e-7 |
const Double_t | kInitThresholdPivoting = 1.0e-8 |
const Double_t | kInitTreatAsZero = 1.0e-12 |
const Double_t | kThresholdPivotingFactor = 10.0 |
const Double_t | kThresholdPivotingMax = 1.0e-2 |
const Double_t kInitPrecision = 1.0e-7 |
Definition at line 29 of file TDecompSparse.h.
const Double_t kInitThresholdPivoting = 1.0e-8 |
Definition at line 28 of file TDecompSparse.h.
const Double_t kInitTreatAsZero = 1.0e-12 |
Definition at line 27 of file TDecompSparse.h.
const Double_t kThresholdPivotingFactor = 10.0 |
Definition at line 41 of file TDecompSparse.h.
const Double_t kThresholdPivotingMax = 1.0e-2 |
Definition at line 36 of file TDecompSparse.h.