Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TDecompSparse.h File Reference
#include "TDecompBase.h"
#include "TMatrixDSparse.h"
#include "TArrayD.h"
#include "TArrayI.h"

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

Variable Documentation

◆ kInitPrecision

const Double_t kInitPrecision = 1.0e-7

Definition at line 29 of file TDecompSparse.h.

◆ kInitThresholdPivoting

const Double_t kInitThresholdPivoting = 1.0e-8

Definition at line 28 of file TDecompSparse.h.

◆ kInitTreatAsZero

const Double_t kInitTreatAsZero = 1.0e-12

Definition at line 27 of file TDecompSparse.h.

◆ kThresholdPivotingFactor

const Double_t kThresholdPivotingFactor = 10.0

Definition at line 41 of file TDecompSparse.h.

◆ kThresholdPivotingMax

const Double_t kThresholdPivotingMax = 1.0e-2

Definition at line 36 of file TDecompSparse.h.