Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DMatrix2x4 Class Reference

#include <DMatrix2x4.h>

Public Member Functions

 DMatrix2x4 ()
 
 DMatrix2x4 (double c11, double c12, double c13, double c14, double c21, double c22, double c23, double c24)
 
 ~DMatrix2x4 ()
 
DMatrix2x4operator= (const DMatrix2x4 &m2)
 
double & operator() (int row, int col)
 
double operator() (int row, int col) const
 
DMatrix2x2 operator* (const DMatrix4x2 &m2)
 
DMatrix2x4 operator* (const DMatrix4x4 &m2)
 
void Print ()
 

Private Attributes

double mA [2][4]
 

Detailed Description

Definition at line 7 of file DMatrix2x4.h.

Constructor & Destructor Documentation

DMatrix2x4::DMatrix2x4 ( )
inline

Definition at line 9 of file DMatrix2x4.h.

References mA.

Referenced by operator*().

DMatrix2x4::DMatrix2x4 ( double  c11,
double  c12,
double  c13,
double  c14,
double  c21,
double  c22,
double  c23,
double  c24 
)
inline

Definition at line 16 of file DMatrix2x4.h.

References mA.

DMatrix2x4::~DMatrix2x4 ( )
inline

Definition at line 27 of file DMatrix2x4.h.

Member Function Documentation

double& DMatrix2x4::operator() ( int  row,
int  col 
)
inline

Definition at line 39 of file DMatrix2x4.h.

References mA.

double DMatrix2x4::operator() ( int  row,
int  col 
) const
inline

Definition at line 42 of file DMatrix2x4.h.

References mA.

DMatrix2x2 DMatrix2x4::operator* ( const DMatrix4x2 m2)
inline

Definition at line 46 of file DMatrix2x4.h.

References mA.

DMatrix2x4 DMatrix2x4::operator* ( const DMatrix4x4 m2)
inline

Definition at line 54 of file DMatrix2x4.h.

References DMatrix2x4(), and mA.

DMatrix2x4& DMatrix2x4::operator= ( const DMatrix2x4 m2)
inline

Definition at line 31 of file DMatrix2x4.h.

References mA.

void DMatrix2x4::Print ( )
inline

Definition at line 66 of file DMatrix2x4.h.

References mA.

Member Data Documentation

double DMatrix2x4::mA[2][4]
private

Definition at line 82 of file DMatrix2x4.h.

Referenced by DMatrix2x4(), operator()(), operator*(), operator=(), and Print().


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