ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for G4ErrorMatrix, including all inherited members.
apply(G4double(*f)(G4double, G4int, G4int)) const | G4ErrorMatrix | |
back_solve(const G4ErrorMatrix &R, G4ErrorMatrix *b) | G4ErrorMatrix | friend |
col_givens(G4ErrorMatrix *A, G4double c, G4double s, G4int k1, G4int k2, G4int rowmin, G4int rowmax) | G4ErrorMatrix | friend |
col_house(G4ErrorMatrix *, const G4ErrorMatrix &, G4double, G4int, G4int, G4int, G4int) | G4ErrorMatrix | friend |
determinant() const | G4ErrorMatrix | |
dfact_matrix(G4double &det, G4int *ir) | G4ErrorMatrix | private |
dfinv_matrix(G4int *ir) | G4ErrorMatrix | private |
error(const char *s) | G4ErrorMatrix | static |
G4ErrorMatrix() | G4ErrorMatrix | |
G4ErrorMatrix(G4int p, G4int q) | G4ErrorMatrix | |
G4ErrorMatrix(G4int p, G4int q, G4int i) | G4ErrorMatrix | |
G4ErrorMatrix(const G4ErrorMatrix &m1) | G4ErrorMatrix | |
G4ErrorMatrix(const G4ErrorSymMatrix &m1) | G4ErrorMatrix | |
G4ErrorMatrix_row class | G4ErrorMatrix | friend |
G4ErrorMatrix_row_const class | G4ErrorMatrix | friend |
G4ErrorSymMatrix class | G4ErrorMatrix | friend |
house_with_update(G4ErrorMatrix *a, G4int row, G4int col) | G4ErrorMatrix | friend |
house_with_update(G4ErrorMatrix *a, G4ErrorMatrix *v, G4int row, G4int col) | G4ErrorMatrix | friend |
house_with_update2(G4ErrorSymMatrix *a, G4ErrorMatrix *v, G4int row, G4int col) | G4ErrorMatrix | friend |
inverse(G4int &ierr) const | G4ErrorMatrix | inline |
invert(G4int &ierr) | G4ErrorMatrix | virtual |
invertHaywood4(G4int &ierr) | G4ErrorMatrix | protectedvirtual |
invertHaywood5(G4int &ierr) | G4ErrorMatrix | protectedvirtual |
invertHaywood6(G4int &ierr) | G4ErrorMatrix | protectedvirtual |
m | G4ErrorMatrix | private |
ncol | G4ErrorMatrix | private |
nrow | G4ErrorMatrix | private |
num_col() const | G4ErrorMatrix | inlinevirtual |
num_row() const | G4ErrorMatrix | inlinevirtual |
num_size() const | G4ErrorMatrix | inlineprotectedvirtual |
operator()(G4int row, G4int col) const | G4ErrorMatrix | inlinevirtual |
operator()(G4int row, G4int col) | G4ErrorMatrix | inlinevirtual |
operator*(const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | G4ErrorMatrix | friend |
operator*(const G4ErrorMatrix &m1, const G4ErrorSymMatrix &m2) | G4ErrorMatrix | friend |
operator*(const G4ErrorSymMatrix &m1, const G4ErrorMatrix &m2) | G4ErrorMatrix | friend |
operator*(const G4ErrorSymMatrix &m1, const G4ErrorSymMatrix &m2) | G4ErrorMatrix | friend |
operator*=(G4double t) | G4ErrorMatrix | |
operator+(const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | G4ErrorMatrix | friend |
operator+=(const G4ErrorMatrix &m2) | G4ErrorMatrix | |
operator+=(const G4ErrorSymMatrix &m2) | G4ErrorMatrix | |
operator-() const | G4ErrorMatrix | |
operator-(const G4ErrorMatrix &m1, const G4ErrorMatrix &m2) | G4ErrorMatrix | friend |
operator-=(const G4ErrorMatrix &m2) | G4ErrorMatrix | |
operator-=(const G4ErrorSymMatrix &m2) | G4ErrorMatrix | |
operator/=(G4double t) | G4ErrorMatrix | |
operator=(const G4ErrorMatrix &m2) | G4ErrorMatrix | |
operator=(const G4ErrorSymMatrix &m2) | G4ErrorMatrix | |
operator[](G4int) | G4ErrorMatrix | inline |
operator[](G4int) const | G4ErrorMatrix | inline |
qr_solve(G4ErrorMatrix *, const G4ErrorMatrix &b) | G4ErrorMatrix | friend |
row_givens(G4ErrorMatrix *A, G4double c, G4double s, G4int k1, G4int k2, G4int colmin, G4int colmax) | G4ErrorMatrix | friend |
row_house(G4ErrorMatrix *, const G4ErrorMatrix &, G4double, G4int, G4int, G4int, G4int) | G4ErrorMatrix | friend |
size | G4ErrorMatrix | private |
sub(G4int min_row, G4int max_row, G4int min_col, G4int max_col) const | G4ErrorMatrix | |
sub(G4int row, G4int col, const G4ErrorMatrix &m1) | G4ErrorMatrix | |
T() const | G4ErrorMatrix | |
trace() const | G4ErrorMatrix | |
tridiagonal(G4ErrorSymMatrix *a, G4ErrorMatrix *hsm) | G4ErrorMatrix | friend |
~G4ErrorMatrix() | G4ErrorMatrix | virtual |