|
void | ApplyGivens (Double_t &z1, Double_t &z2, Double_t c, Double_t s) |
| Apply a Givens transformation as defined by c and s to the vector components v1 and v2 . More...
|
|
void | ApplyHouseHolder (const TVectorD &vc, Double_t up, Double_t beta, Int_t lp, Int_t l, TMatrixDColumn &cc) |
| Apply Householder-transformation. More...
|
|
void | ApplyHouseHolder (const TVectorD &vc, Double_t up, Double_t beta, Int_t lp, Int_t l, TMatrixDRow &cr) |
| Apply Householder-transformation. More...
|
|
void | ApplyHouseHolder (const TVectorD &vc, Double_t up, Double_t beta, Int_t lp, Int_t l, TVectorD &cv) |
| Apply Householder-transformation. More...
|
|
void | DefAplGivens (Double_t &v1, Double_t &v2, Double_t &c, Double_t &s) |
| Define and apply a Givens-rotation by calculating 2 rotation parameters c and s. More...
|
|
void | DefGivens (Double_t v1, Double_t v2, Double_t &c, Double_t &s) |
| Defines a Givens-rotation by calculating 2 rotation parameters c and s. More...
|
|
Bool_t | DefHouseHolder (const TVectorD &vc, Int_t lp, Int_t l, Double_t &up, Double_t &beta, Double_t tol) |
| Define a Householder-transformation through the parameters up and b . More...
|
|