OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
Matrix3D.cpp File Reference
#include "BeamlineGeometry/Matrix3D.h"
#include "BeamlineGeometry/Vector3D.h"
Include dependency graph for Matrix3D.cpp:

Go to the source code of this file.

Functions

Matrix3D operator+ (const Matrix3D &lhs, const Matrix3D &rhs)
 Add. More...
 
Matrix3D operator- (const Matrix3D &lhs, const Matrix3D &rhs)
 Subtract. More...
 
Matrix3D operator* (const Matrix3D &lhs, const Matrix3D &rhs)
 Multiply. More...
 
Vector3D operator* (const Matrix3D &lhs, const Vector3D &rhs)
 Multiply. More...
 

Function Documentation

Matrix3D operator* ( const Matrix3D lhs,
const Matrix3D rhs 
)

Multiply.

Definition at line 174 of file Matrix3D.cpp.

Vector3D operator* ( const Matrix3D lhs,
const Vector3D rhs 
)

Multiply.

Definition at line 189 of file Matrix3D.cpp.

Matrix3D operator+ ( const Matrix3D lhs,
const Matrix3D rhs 
)

Add.

Definition at line 162 of file Matrix3D.cpp.

Matrix3D operator- ( const Matrix3D lhs,
const Matrix3D rhs 
)

Subtract.

Definition at line 168 of file Matrix3D.cpp.