Geant4
9.6.p02
|
#include <G4ThreeMat.hh>
Public Member Functions | |
G4ThreeMat () | |
G4ThreeMat (G4double a[3][3]) | |
virtual | ~G4ThreeMat () |
G4ThreeMat (const G4ThreeMat &m) | |
G4ThreeMat & | operator= (const G4ThreeMat &m) |
G4int | operator== (const G4ThreeMat &m) const |
virtual const char * | NameOf () const |
virtual void | PrintOn (std::ostream &os=G4cout) const |
G4double | Determinant () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4ThreeMat &m) |
Definition at line 45 of file G4ThreeMat.hh.
G4ThreeMat::G4ThreeMat | ( | ) |
Definition at line 38 of file G4ThreeMat.cc.
G4ThreeMat::G4ThreeMat | ( | G4double | a[3][3]) |
Definition at line 52 of file G4ThreeMat.cc.
|
virtual |
Definition at line 66 of file G4ThreeMat.cc.
G4ThreeMat::G4ThreeMat | ( | const G4ThreeMat & | m) |
Definition at line 71 of file G4ThreeMat.cc.
G4double G4ThreeMat::Determinant | ( | ) | const |
Definition at line 151 of file G4ThreeMat.cc.
|
virtual |
Definition at line 85 of file G4ThreeMat.cc.
G4ThreeMat & G4ThreeMat::operator= | ( | const G4ThreeMat & | m) |
Definition at line 136 of file G4ThreeMat.cc.
G4int G4ThreeMat::operator== | ( | const G4ThreeMat & | m) | const |
Definition at line 121 of file G4ThreeMat.cc.
|
friend |
Definition at line 91 of file G4ThreeMat.cc.