OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Matrix3D.cpp File Reference
Include dependency graph for Matrix3D.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*() [1/2]

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

Multiply.

Definition at line 155 of file Matrix3D.cpp.

◆ operator*() [2/2]

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

Multiply.

Definition at line 170 of file Matrix3D.cpp.

◆ operator+()

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

Add.

Definition at line 145 of file Matrix3D.cpp.

◆ operator-()

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

Subtract.

Definition at line 150 of file Matrix3D.cpp.