#include <G4ErrorSymMatrix.hh>
|
| | G4ErrorSymMatrix () |
| |
| | G4ErrorSymMatrix (G4int p) |
| |
| | G4ErrorSymMatrix (G4int p, G4int) |
| |
| | G4ErrorSymMatrix (const G4ErrorSymMatrix &m1) |
| |
| virtual | ~G4ErrorSymMatrix () |
| |
| G4int | num_row () const |
| |
| G4int | num_col () const |
| |
| const G4double & | operator() (G4int row, G4int col) const |
| |
| G4double & | operator() (G4int row, G4int col) |
| |
| const G4double & | fast (G4int row, G4int col) const |
| |
| G4double & | fast (G4int row, G4int col) |
| |
| void | assign (const G4ErrorMatrix &m2) |
| |
| void | assign (const G4ErrorSymMatrix &m2) |
| |
| G4ErrorSymMatrix & | operator*= (G4double t) |
| |
| G4ErrorSymMatrix & | operator/= (G4double t) |
| |
| G4ErrorSymMatrix & | operator+= (const G4ErrorSymMatrix &m2) |
| |
| G4ErrorSymMatrix & | operator-= (const G4ErrorSymMatrix &m2) |
| |
| G4ErrorSymMatrix & | operator= (const G4ErrorSymMatrix &m2) |
| |
| G4ErrorSymMatrix | operator- () const |
| |
| G4ErrorSymMatrix | T () const |
| |
| G4ErrorSymMatrix | apply (G4double(*f)(G4double, G4int, G4int)) const |
| |
| G4ErrorSymMatrix | similarity (const G4ErrorMatrix &m1) const |
| |
| G4ErrorSymMatrix | similarity (const G4ErrorSymMatrix &m1) const |
| |
| G4ErrorSymMatrix | similarityT (const G4ErrorMatrix &m1) const |
| |
| G4ErrorSymMatrix | sub (G4int min_row, G4int max_row) const |
| |
| void | sub (G4int row, const G4ErrorSymMatrix &m1) |
| |
| G4ErrorSymMatrix | sub (G4int min_row, G4int max_row) |
| |
| G4ErrorSymMatrix | inverse (G4int &ifail) const |
| |
| void | invert (G4int &ifail) |
| |
| G4double | determinant () const |
| |
| G4double | trace () const |
| |
| G4ErrorSymMatrix_row | operator[] (G4int) |
| |
| G4ErrorSymMatrix_row_const | operator[] (G4int) const |
| |
| void | invertCholesky5 (G4int &ifail) |
| |
| void | invertCholesky6 (G4int &ifail) |
| |
| void | invertHaywood4 (G4int &ifail) |
| |
| void | invertHaywood5 (G4int &ifail) |
| |
| void | invertHaywood6 (G4int &ifail) |
| |
| void | invertBunchKaufman (G4int &ifail) |
| |
|
| class | G4ErrorSymMatrix_row |
| |
| class | G4ErrorSymMatrix_row_const |
| |
| class | G4ErrorMatrix |
| |
| void | tridiagonal (G4ErrorSymMatrix *a, G4ErrorMatrix *hsm) |
| |
| G4double | condition (const G4ErrorSymMatrix &m) |
| |
| void | diag_step (G4ErrorSymMatrix *t, G4int begin, G4int end) |
| |
| void | diag_step (G4ErrorSymMatrix *t, G4ErrorMatrix *u, G4int begin, G4int end) |
| |
| G4ErrorMatrix | diagonalize (G4ErrorSymMatrix *s) |
| |
| void | house_with_update2 (G4ErrorSymMatrix *a, G4ErrorMatrix *v, G4int row, G4int col) |
| |
| G4ErrorSymMatrix | operator+ (const G4ErrorSymMatrix &m1, const G4ErrorSymMatrix &m2) |
| |
| G4ErrorSymMatrix | operator- (const G4ErrorSymMatrix &m1, const G4ErrorSymMatrix &m2) |
| |
| G4ErrorMatrix | operator* (const G4ErrorSymMatrix &m1, const G4ErrorSymMatrix &m2) |
| |
| G4ErrorMatrix | operator* (const G4ErrorSymMatrix &m1, const G4ErrorMatrix &m2) |
| |
| G4ErrorMatrix | operator* (const G4ErrorMatrix &m1, const G4ErrorSymMatrix &m2) |
| |
Definition at line 43 of file G4ErrorSymMatrix.hh.
| G4ErrorSymMatrix::G4ErrorSymMatrix |
( |
| ) |
|
|
inline |
| G4ErrorSymMatrix::G4ErrorSymMatrix |
( |
G4int |
p | ) |
|
|
explicit |
| G4ErrorSymMatrix::G4ErrorSymMatrix |
( |
G4int |
p, |
|
|
G4int |
init |
|
) |
| |
| G4ErrorSymMatrix::~G4ErrorSymMatrix |
( |
| ) |
|
|
virtual |
| G4double G4ErrorSymMatrix::determinant |
( |
| ) |
const |
| void G4ErrorSymMatrix::invert |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertBunchKaufman |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertCholesky5 |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertCholesky6 |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertHaywood4 |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertHaywood5 |
( |
G4int & |
ifail | ) |
|
| void G4ErrorSymMatrix::invertHaywood6 |
( |
G4int & |
ifail | ) |
|
| G4int G4ErrorSymMatrix::num_col |
( |
| ) |
const |
|
inline |
| G4int G4ErrorSymMatrix::num_row |
( |
| ) |
const |
|
inline |
| G4int G4ErrorSymMatrix::num_size |
( |
| ) |
const |
|
inlineprotected |
| G4double G4ErrorSymMatrix::trace |
( |
| ) |
const |
The documentation for this class was generated from the following files: