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

#include <DMatrix5x2.h>

Public Member Functions

 DMatrix5x2 ()
 
 DMatrix5x2 (double A1, double A2, double B1, double B2, double C1, double C2, double D1, double D2, double E1, double E2)
 
 ~DMatrix5x2 ()
 
double & operator() (int row, int col)
 
double operator() (int row, int col) const
 
DMatrix5x2operator= (const DMatrix5x2 &m2)
 
DMatrix5x1 operator* (const DMatrix2x1 &m2)
 
DMatrix5x2 operator* (const DMatrix2x2 &m2)
 
void Print ()
 

Private Attributes

double mA [5][2]
 

Detailed Description

Definition at line 7 of file DMatrix5x2.h.

Constructor & Destructor Documentation

DMatrix5x2::DMatrix5x2 ( )
inline

Definition at line 9 of file DMatrix5x2.h.

References mA.

Referenced by operator*().

DMatrix5x2::DMatrix5x2 ( double  A1,
double  A2,
double  B1,
double  B2,
double  C1,
double  C2,
double  D1,
double  D2,
double  E1,
double  E2 
)
inline

Definition at line 16 of file DMatrix5x2.h.

References E1, and mA.

DMatrix5x2::~DMatrix5x2 ( )
inline

Definition at line 29 of file DMatrix5x2.h.

Member Function Documentation

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

Definition at line 32 of file DMatrix5x2.h.

References mA.

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

Definition at line 35 of file DMatrix5x2.h.

References mA.

DMatrix5x1 DMatrix5x2::operator* ( const DMatrix2x1 m2)
inline

Definition at line 51 of file DMatrix5x2.h.

References mA.

DMatrix5x2 DMatrix5x2::operator* ( const DMatrix2x2 m2)
inline

Definition at line 59 of file DMatrix5x2.h.

References DMatrix5x2(), and mA.

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

Definition at line 40 of file DMatrix5x2.h.

References mA.

void DMatrix5x2::Print ( )
inline

Definition at line 77 of file DMatrix5x2.h.

References mA.

Member Data Documentation

double DMatrix5x2::mA[5][2]
private

Definition at line 88 of file DMatrix5x2.h.

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


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