Geant4.10
|
#include <G4ErrorMatrix.hh>
Data Structures | |
class | G4ErrorMatrix_row |
class | G4ErrorMatrix_row_const |
Static Public Member Functions | |
static void | error (const char *s) |
Protected Member Functions | |
virtual G4int | num_size () const |
virtual void | invertHaywood4 (G4int &ierr) |
virtual void | invertHaywood5 (G4int &ierr) |
virtual void | invertHaywood6 (G4int &ierr) |
Definition at line 46 of file G4ErrorMatrix.hh.
G4ErrorMatrix::G4ErrorMatrix | ( | ) |
Definition at line 74 of file G4ErrorMatrix.cc.
G4ErrorMatrix::G4ErrorMatrix | ( | const G4ErrorMatrix & | m1 | ) |
Definition at line 117 of file G4ErrorMatrix.cc.
G4ErrorMatrix::G4ErrorMatrix | ( | const G4ErrorSymMatrix & | m1 | ) |
Definition at line 123 of file G4ErrorMatrix.cc.
References n.
|
virtual |
Definition at line 113 of file G4ErrorMatrix.cc.
G4ErrorMatrix G4ErrorMatrix::apply | ( | G4double(*)(G4double, G4int, G4int) | f | ) | const |
Definition at line 390 of file G4ErrorMatrix.cc.
References test::a, test::b, num_col(), and num_row().
G4double G4ErrorMatrix::determinant | ( | ) | const |
Definition at line 776 of file G4ErrorMatrix.cc.
References error(), and G4ThreadLocal.
|
static |
Definition at line 805 of file G4ErrorMatrix.cc.
References G4cerr, and G4endl.
Referenced by determinant(), G4ErrorMatrix(), G4ErrorSymMatrix::G4ErrorSymMatrix(), invert(), sub(), and G4ErrorSymMatrix::sub().
|
inline |
Definition at line 645 of file G4ErrorMatrix.cc.
References error(), G4ThreadLocal, invertHaywood4(), invertHaywood5(), invertHaywood6(), and plottest35::t1.
|
inlinevirtual |
Referenced by apply(), dsum(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator<<(), G4ErrorSymMatrix::similarity(), G4ErrorSymMatrix::similarityT(), and sub().
|
inlinevirtual |
Referenced by apply(), dsum(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator<<(), operator=(), G4ErrorSymMatrix::similarity(), and sub().
|
inlineprotectedvirtual |
G4ErrorMatrix & G4ErrorMatrix::operator*= | ( | G4double | t | ) |
G4ErrorMatrix & G4ErrorMatrix::operator+= | ( | const G4ErrorMatrix & | m2 | ) |
Definition at line 306 of file G4ErrorMatrix.cc.
References CHK_DIM_2, num_col(), num_row(), and SIMPLE_BOP.
G4ErrorMatrix & G4ErrorMatrix::operator+= | ( | const G4ErrorSymMatrix & | m2 | ) |
Definition at line 402 of file G4ErrorSymMatrix.cc.
References CHK_DIM_2, n, G4ErrorSymMatrix::num_col(), num_col(), G4ErrorSymMatrix::num_row(), and num_row().
G4ErrorMatrix G4ErrorMatrix::operator- | ( | ) | const |
Definition at line 215 of file G4ErrorMatrix.cc.
References test::a, and test::b.
G4ErrorMatrix & G4ErrorMatrix::operator-= | ( | const G4ErrorMatrix & | m2 | ) |
Definition at line 313 of file G4ErrorMatrix.cc.
References CHK_DIM_2, num_col(), num_row(), and SIMPLE_BOP.
G4ErrorMatrix & G4ErrorMatrix::operator-= | ( | const G4ErrorSymMatrix & | m2 | ) |
Definition at line 434 of file G4ErrorSymMatrix.cc.
References CHK_DIM_2, n, G4ErrorSymMatrix::num_col(), num_col(), G4ErrorSymMatrix::num_row(), and num_row().
G4ErrorMatrix & G4ErrorMatrix::operator/= | ( | G4double | t | ) |
G4ErrorMatrix & G4ErrorMatrix::operator= | ( | const G4ErrorMatrix & | m2 | ) |
Definition at line 332 of file G4ErrorMatrix.cc.
G4ErrorMatrix & G4ErrorMatrix::operator= | ( | const G4ErrorSymMatrix & | m2 | ) |
Definition at line 478 of file G4ErrorSymMatrix.cc.
|
inline |
|
inline |
G4ErrorMatrix G4ErrorMatrix::sub | ( | G4int | min_row, |
G4int | max_row, | ||
G4int | min_col, | ||
G4int | max_col | ||
) | const |
Definition at line 155 of file G4ErrorMatrix.cc.
References test::a, error(), num_col(), and num_row().
Referenced by dsum().
void G4ErrorMatrix::sub | ( | G4int | row, |
G4int | col, | ||
const G4ErrorMatrix & | m1 | ||
) |
Definition at line 177 of file G4ErrorMatrix.cc.
References test::a, error(), num_col(), and num_row().
G4ErrorMatrix G4ErrorMatrix::T | ( | ) | const |
Definition at line 374 of file G4ErrorMatrix.cc.
References readPY::pl.
Referenced by G4ErrorFreeTrajState::PropagateError().
G4double G4ErrorMatrix::trace | ( | ) | const |
Definition at line 795 of file G4ErrorMatrix.cc.
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 174 of file G4ErrorMatrix.hh.
|
friend |
Definition at line 175 of file G4ErrorMatrix.hh.
|
friend |
Definition at line 176 of file G4ErrorMatrix.hh.
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 272 of file G4ErrorMatrix.cc.
|
friend |
Definition at line 287 of file G4ErrorSymMatrix.cc.
|
friend |
Definition at line 321 of file G4ErrorSymMatrix.cc.
|
friend |
Definition at line 354 of file G4ErrorSymMatrix.cc.
|
friend |
Definition at line 225 of file G4ErrorMatrix.cc.
|
friend |
Definition at line 237 of file G4ErrorMatrix.cc.
|
friend |
|
friend |
|
friend |
|
friend |