Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4PointMatrix Class Reference

#include <G4OsloMatrix.hh>

Public Member Functions

 G4PointMatrix ()
 
 G4PointMatrix (G4int, G4int)
 
 G4PointMatrix (G4double[])
 
 ~G4PointMatrix ()
 
G4int GetRows () const
 
G4int GetCols () const
 
void put (G4int i, G4int j, G4double x)
 
G4double get (G4int i, G4int j) const
 

Detailed Description

Definition at line 80 of file G4OsloMatrix.hh.

Constructor & Destructor Documentation

G4PointMatrix::G4PointMatrix ( )

Definition at line 56 of file G4OsloMatrix.cc.

G4PointMatrix::G4PointMatrix ( G4int  rows,
G4int  columns 
)

Definition at line 63 of file G4OsloMatrix.cc.

G4PointMatrix::G4PointMatrix ( G4double  vec[])

Definition at line 72 of file G4OsloMatrix.cc.

G4PointMatrix::~G4PointMatrix ( )

Definition at line 80 of file G4OsloMatrix.cc.

Member Function Documentation

G4double G4PointMatrix::get ( G4int  i,
G4int  j 
) const
inline
G4int G4PointMatrix::GetCols ( ) const
inline
G4int G4PointMatrix::GetRows ( ) const
inline
void G4PointMatrix::put ( G4int  i,
G4int  j,
G4double  x 
)
inline

The documentation for this class was generated from the following files: