#include <G4ErrorMatrix.hh>
클래스 | |
class | G4ErrorMatrix_row |
class | G4ErrorMatrix_row_const |
정적 Public 멤버 함수 | |
static void | error (const char *s) |
Protected 멤버 함수 | |
virtual G4int | num_size () const |
virtual void | invertHaywood4 (G4int &ierr) |
virtual void | invertHaywood5 (G4int &ierr) |
virtual void | invertHaywood6 (G4int &ierr) |
Private 멤버 함수 | |
G4int | dfact_matrix (G4double &det, G4int *ir) |
G4int | dfinv_matrix (G4int *ir) |
Private 속성 | |
std::vector< G4double > | m |
G4int | nrow |
G4int | ncol |
G4int | size |
G4ErrorMatrix.hh 파일의 47 번째 라인에서 정의되었습니다.
G4ErrorMatrix::G4ErrorMatrix | ( | ) |
G4ErrorMatrix.cc 파일의 74 번째 라인에서 정의되었습니다.
G4ErrorMatrix::G4ErrorMatrix | ( | const G4ErrorMatrix & | m1 | ) |
G4ErrorMatrix.cc 파일의 117 번째 라인에서 정의되었습니다.
다음을 참조함 : m.
G4ErrorMatrix::G4ErrorMatrix | ( | const G4ErrorSymMatrix & | m1 | ) |
G4ErrorMatrix.cc 파일의 123 번째 라인에서 정의되었습니다.
|
virtual |
G4ErrorMatrix.cc 파일의 113 번째 라인에서 정의되었습니다.
G4ErrorMatrix G4ErrorMatrix::apply | ( | G4double(*)(G4double, G4int, G4int) | f | ) | const |
G4double G4ErrorMatrix::determinant | ( | ) | const |
G4ErrorMatrix.cc 파일의 776 번째 라인에서 정의되었습니다.
다음을 참조함 : dfact_matrix(), error(), G4ThreadLocal, ncol, nrow.
G4ErrorMatrix.cc 파일의 518 번째 라인에서 정의되었습니다.
다음을 참조함 : DBL_EPSILON, epsilon(), error(), m, n, ncol, CLHEP::normal(), nrow.
다음에 의해서 참조됨 : determinant(), G4ErrorSymMatrix::determinant(), invert().
|
static |
G4ErrorMatrix.cc 파일의 805 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), message().
다음에 의해서 참조됨 : determinant(), dfact_matrix(), dfinv_matrix(), G4ErrorMatrix(), G4ErrorSymMatrix::G4ErrorSymMatrix(), invert(), sub(), G4ErrorSymMatrix::sub().
|
inline |
G4ErrorMatrix.cc 파일의 645 번째 라인에서 정의되었습니다.
다음을 참조함 : dfact_matrix(), dfinv_matrix(), error(), G4ThreadLocal, invertHaywood4(), invertHaywood5(), invertHaywood6(), m, ncol, nrow, ss, t1, t2.
|
inlinevirtual |
|
inlinevirtual |
다음에 의해서 참조됨 : apply(), dfinv_matrix(), dsum(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator<<(), operator=(), G4ErrorSymMatrix::similarity(), sub().
|
inlineprotectedvirtual |
G4ErrorMatrix & G4ErrorMatrix::operator*= | ( | G4double | t | ) |
G4ErrorMatrix.cc 파일의 326 번째 라인에서 정의되었습니다.
다음을 참조함 : SIMPLE_UOP.
G4ErrorMatrix & G4ErrorMatrix::operator+= | ( | const G4ErrorMatrix & | m2 | ) |
G4ErrorMatrix.cc 파일의 306 번째 라인에서 정의되었습니다.
다음을 참조함 : CHK_DIM_2, num_col(), num_row(), SIMPLE_BOP.
G4ErrorMatrix & G4ErrorMatrix::operator+= | ( | const G4ErrorSymMatrix & | m2 | ) |
G4ErrorSymMatrix.cc 파일의 402 번째 라인에서 정의되었습니다.
다음을 참조함 : CHK_DIM_2, G4ErrorSymMatrix::m, m, n, G4ErrorSymMatrix::num_col(), num_col(), G4ErrorSymMatrix::num_row(), num_row().
G4ErrorMatrix G4ErrorMatrix::operator- | ( | ) | const |
G4ErrorMatrix & G4ErrorMatrix::operator-= | ( | const G4ErrorMatrix & | m2 | ) |
G4ErrorMatrix.cc 파일의 313 번째 라인에서 정의되었습니다.
다음을 참조함 : CHK_DIM_2, num_col(), num_row(), SIMPLE_BOP.
G4ErrorMatrix & G4ErrorMatrix::operator-= | ( | const G4ErrorSymMatrix & | m2 | ) |
G4ErrorSymMatrix.cc 파일의 434 번째 라인에서 정의되었습니다.
다음을 참조함 : CHK_DIM_2, G4ErrorSymMatrix::m, m, n, G4ErrorSymMatrix::num_col(), num_col(), G4ErrorSymMatrix::num_row(), num_row().
G4ErrorMatrix & G4ErrorMatrix::operator/= | ( | G4double | t | ) |
G4ErrorMatrix.cc 파일의 320 번째 라인에서 정의되었습니다.
다음을 참조함 : SIMPLE_UOP.
G4ErrorMatrix & G4ErrorMatrix::operator= | ( | const G4ErrorMatrix & | m2 | ) |
G4ErrorMatrix & G4ErrorMatrix::operator= | ( | const G4ErrorSymMatrix & | m2 | ) |
G4ErrorSymMatrix.cc 파일의 478 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ErrorSymMatrix::m, m, n, ncol, G4ErrorSymMatrix::nrow, nrow, num_row(), size.
|
inline |
|
inline |
G4ErrorMatrix G4ErrorMatrix::sub | ( | G4int | min_row, |
G4int | max_row, | ||
G4int | min_col, | ||
G4int | max_col | ||
) | const |
void G4ErrorMatrix::sub | ( | G4int | row, |
G4int | col, | ||
const G4ErrorMatrix & | m1 | ||
) |
G4ErrorMatrix G4ErrorMatrix::T | ( | ) | const |
G4ErrorMatrix.cc 파일의 374 번째 라인에서 정의되었습니다.
다음을 참조함 : m, ncol, nrow, pt, size.
다음에 의해서 참조됨 : G4ErrorFreeTrajState::PropagateError().
G4double G4ErrorMatrix::trace | ( | ) | const |
G4ErrorMatrix.cc 파일의 795 번째 라인에서 정의되었습니다.
|
friend |
|
friend |
|
friend |
|
friend |
G4ErrorMatrix.hh 파일의 175 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorMatrix.hh 파일의 176 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorMatrix.hh 파일의 177 번째 라인에서 정의되었습니다.
|
friend |
|
friend |
|
friend |
|
friend |
G4ErrorMatrix.cc 파일의 272 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorSymMatrix.cc 파일의 287 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorSymMatrix.cc 파일의 321 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorSymMatrix.cc 파일의 354 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorMatrix.cc 파일의 225 번째 라인에서 정의되었습니다.
|
friend |
G4ErrorMatrix.cc 파일의 237 번째 라인에서 정의되었습니다.
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
G4ErrorMatrix.hh 파일의 225 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : apply(), G4ErrorSymMatrix::assign(), dfact_matrix(), dfinv_matrix(), G4ErrorMatrix(), invert(), invertHaywood4(), invertHaywood5(), invertHaywood6(), operator*(), operator+=(), operator-(), operator-=(), operator=(), G4ErrorSymMatrix::similarity(), sub(), T(), trace().
|
private |
G4ErrorMatrix.hh 파일의 227 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : determinant(), dfact_matrix(), G4ErrorMatrix(), invert(), operator*(), operator+(), operator-(), operator=(), T(), trace().
|
private |
G4ErrorMatrix.hh 파일의 227 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ErrorSymMatrix::assign(), determinant(), dfact_matrix(), G4ErrorMatrix(), invert(), operator*(), operator+(), operator-(), operator=(), T().
|
private |
G4ErrorMatrix.hh 파일의 228 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ErrorMatrix(), operator=(), T().