| 
| G4ErrorMatrix  | operator* (const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | 
|   | 
| G4ErrorMatrix  | operator* (G4double t, const G4ErrorMatrix &m1) | 
|   | 
| G4ErrorMatrix  | operator* (const G4ErrorMatrix &m1, G4double t) | 
|   | 
| G4ErrorMatrix  | operator/ (const G4ErrorMatrix &m1, G4double t) | 
|   | 
| G4ErrorMatrix  | operator+ (const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | 
|   | 
| G4ErrorMatrix  | operator- (const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | 
|   | 
| G4ErrorMatrix  | dsum (const G4ErrorMatrix &, const G4ErrorMatrix &) | 
|   | 
| std::ostream &  | operator<< (std::ostream &s, const G4ErrorMatrix &q) | 
|   | 
| G4ErrorMatrix  | qr_solve (const G4ErrorMatrix &A, const G4ErrorMatrix &b) | 
|   | 
| G4ErrorMatrix  | qr_solve (G4ErrorMatrix *A, const G4ErrorMatrix &b) | 
|   | 
| G4ErrorMatrix  | qr_inverse (const G4ErrorMatrix &A) | 
|   | 
| G4ErrorMatrix  | qr_inverse (G4ErrorMatrix *A) | 
|   | 
| void  | qr_decomp (G4ErrorMatrix *A, G4ErrorMatrix *hsm) | 
|   | 
| G4ErrorMatrix  | qr_decomp (G4ErrorMatrix *A) | 
|   | 
| void  | back_solve (const G4ErrorMatrix &R, G4ErrorMatrix *b) | 
|   | 
| void  | col_house (G4ErrorMatrix *a, const G4ErrorMatrix &v, G4double vnormsq, G4int row, G4int col, G4int row_start, G4int col_start) | 
|   | 
| void  | col_house (G4ErrorMatrix *a, const G4ErrorMatrix &v, G4int row, G4int col, G4int row_start, G4int col_start) | 
|   | 
| void  | col_givens (G4ErrorMatrix *A, G4double c, G4double s, G4int k1, G4int k2, G4int row_min=1, G4int row_max=0) | 
|   | 
| void  | row_givens (G4ErrorMatrix *A, G4double c, G4double s, G4int k1, G4int k2, G4int col_min=1, G4int col_max=0) | 
|   | 
| void  | givens (G4double a, G4double b, G4double *c, G4double *s) | 
|   | 
| void  | house_with_update (G4ErrorMatrix *a, G4int row=1, G4int col=1) | 
|   | 
| void  | house_with_update (G4ErrorMatrix *a, G4ErrorMatrix *v, G4int row=1, G4int col=1) | 
|   | 
| void  | row_house (G4ErrorMatrix *a, const G4ErrorMatrix &v, G4double vnormsq, G4int row, G4int col, G4int row_start, G4int col_start) | 
|   | 
| void  | row_house (G4ErrorMatrix *a, const G4ErrorMatrix &v, G4int row, G4int col, G4int row_start, G4int col_start) | 
|   |