#include <G4OsloMatrix.hh>
Definition at line 80 of file G4OsloMatrix.hh.
◆ G4PointMatrix() [1/3]
G4PointMatrix::G4PointMatrix |
( |
| ) |
|
◆ G4PointMatrix() [2/3]
G4PointMatrix::G4PointMatrix |
( |
G4int |
rows, |
|
|
G4int |
columns |
|
) |
| |
Definition at line 63 of file G4OsloMatrix.cc.
64{
65 nr=rows; nc=columns;
67 for(
G4int a =0; a<nr*nc;a++)
68 { data[a]=0; }
69}
◆ G4PointMatrix() [3/3]
G4PointMatrix::G4PointMatrix |
( |
G4double |
vec[] | ) |
|
Definition at line 72 of file G4OsloMatrix.cc.
73{
74 nr = nc = 4;
76 for(
G4int a=0;a<nr*nc;a++)
77 { data[a]=vec[a]; }
78}
◆ ~G4PointMatrix()
G4PointMatrix::~G4PointMatrix |
( |
| ) |
|
◆ get()
◆ GetCols()
G4int G4PointMatrix::GetCols |
( |
| ) |
const |
|
inline |
◆ GetRows()
G4int G4PointMatrix::GetRows |
( |
| ) |
const |
|
inline |
◆ put()
The documentation for this class was generated from the following files: