|
ROOT 6.13/01 Reference Guide |
This is the complete list of members for TDecompLU, including all inherited members.
| Condition() | TDecompBase | virtual |
| Decompose() | TDecompLU | virtual |
| DecomposeLUCrout(TMatrixD &lu, Int_t *index, Double_t &sign, Double_t tol, Int_t &nrZeros) | TDecompLU | protectedstatic |
| DecomposeLUGauss(TMatrixD &lu, Int_t *index, Double_t &sign, Double_t tol, Int_t &nrZeros) | TDecompLU | protectedstatic |
| Det(Double_t &d1, Double_t &d2) | TDecompLU | virtual |
| DiagProd(const TVectorD &diag, Double_t tol, Double_t &d1, Double_t &d2) | TDecompBase | protectedstatic |
| EMatrixDecompStat enum name | TDecompBase | protected |
| fColLwb | TDecompBase | protected |
| fCondition | TDecompBase | protected |
| fDet1 | TDecompBase | protected |
| fDet2 | TDecompBase | protected |
| fImplicitPivot | TDecompLU | protected |
| fIndex | TDecompLU | protected |
| fLU | TDecompLU | protected |
| fNIndex | TDecompLU | protected |
| fRowLwb | TDecompBase | protected |
| fSign | TDecompLU | protected |
| fTol | TDecompBase | protected |
| GetColLwb() const | TDecompBase | inline |
| GetCondition() const | TDecompBase | inline |
| GetDecompMatrix() const | TDecompLU | inlineprotectedvirtual |
| GetDet1() const | TDecompBase | inline |
| GetDet2() const | TDecompBase | inline |
| GetLU() | TDecompLU | inline |
| GetMatrix() | TDecompLU | |
| GetNcols() const | TDecompLU | inlinevirtual |
| GetNrows() const | TDecompLU | inlinevirtual |
| GetRowLwb() const | TDecompBase | inline |
| GetTol() const | TDecompBase | inline |
| Hager(Double_t &est, Int_t iter=5) | TDecompBase | protected |
| Invert(TMatrixD &inv) | TDecompLU | |
| Invert(Bool_t &status) | TDecompLU | |
| Invert() | TDecompLU | inline |
| InvertLU(TMatrixD &a, Double_t tol, Double_t *det=0) | TDecompLU | static |
| kCondition enum value | TDecompBase | protected |
| kDecomposed enum value | TDecompBase | protected |
| kDetermined enum value | TDecompBase | protected |
| kInit enum value | TDecompBase | protected |
| kMatrixSet enum value | TDecompBase | protected |
| kPatternSet enum value | TDecompBase | protected |
| kSingular enum value | TDecompBase | protected |
| kValuesSet enum value | TDecompBase | protected |
| kWorkMax enum value | TDecompBase | protected |
| MultiSolve(TMatrixD &B) | TDecompBase | virtual |
| operator=(const TDecompLU &source) | TDecompLU | |
| TDecompBase::operator=(const TDecompBase &source) | TDecompBase | |
| Print(Option_t *opt="") const | TDecompLU | |
| ResetStatus() | TDecompBase | inlineprotected |
| SetMatrix(const TMatrixD &a) | TDecompLU | virtual |
| SetTol(Double_t tol) | TDecompBase | inline |
| Solve(TVectorD &b) | TDecompLU | virtual |
| Solve(const TVectorD &b, Bool_t &ok) | TDecompLU | inlinevirtual |
| Solve(TMatrixDColumn &b) | TDecompLU | virtual |
| TDecompBase() | TDecompBase | |
| TDecompBase(const TDecompBase &another) | TDecompBase | |
| TDecompLU() | TDecompLU | |
| TDecompLU(Int_t nrows) | TDecompLU | explicit |
| TDecompLU(Int_t row_lwb, Int_t row_upb) | TDecompLU | |
| TDecompLU(const TMatrixD &m, Double_t tol=0.0, Int_t implicit=1) | TDecompLU | |
| TDecompLU(const TDecompLU &another) | TDecompLU | |
| TransSolve(TVectorD &b) | TDecompLU | virtual |
| TransSolve(const TVectorD &b, Bool_t &ok) | TDecompLU | inlinevirtual |
| TransSolve(TMatrixDColumn &b) | TDecompLU | virtual |
| ~TDecompBase() | TDecompBase | inlinevirtual |
| ~TDecompLU() | TDecompLU | inlinevirtual |