GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSMatrixOperations.hh File Reference

Definitions of functions using matrix. More...

Include dependency graph for GGEMSMatrixOperations.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GGfloat44 GGfloat44MultGGfloat44 (GGfloat44 const *A, GGfloat44 const *B)
 Perform the matrix (4x4) multiplication. More...
 

Detailed Description

Definitions of functions using matrix.

Author
Julien BERT julie.nosp@m.n.be.nosp@m.rt@un.nosp@m.iv-b.nosp@m.rest..nosp@m.fr
Didier BENOIT didie.nosp@m.r.be.nosp@m.noit@.nosp@m.inse.nosp@m.rm.fr
LaTIM, INSERM - U1101, Brest, FRANCE
Version
1.0
Date
Monday December 16, 2019

Definition in file GGEMSMatrixOperations.hh.

Function Documentation

◆ GGfloat44MultGGfloat44()

GGfloat44 GGfloat44MultGGfloat44 ( GGfloat44 const *  A,
GGfloat44 const *  B 
)
inline

Perform the matrix (4x4) multiplication.

Parameters
A- first matrix
B- second matrix
Returns
New matrix AxB

Definition at line 155 of file GGEMSMatrixOperations.hh.