JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Public Member Functions | |
subroutine | swapi (i, j) |
subroutine | swapr (i, j) |
subroutine | swapc (i, j) |
subroutine | swap_mom (Mom1, Mom2) |
subroutine | swap_cmom (Mom1, Mom2) |
Definition at line 5 of file mod_Misc.F90.
subroutine modmisc::swap::swap_cmom | ( | complex(8), dimension(1:4) | Mom1, |
complex(8), dimension(1:4) | Mom2 | ||
) |
Definition at line 434 of file mod_Misc.F90.
subroutine modmisc::swap::swap_mom | ( | real(8), dimension(1:4) | Mom1, |
real(8), dimension(1:4) | Mom2 | ||
) |
Definition at line 423 of file mod_Misc.F90.
subroutine modmisc::swap::swapc | ( | complex(8) | i, |
complex(8) | j | ||
) |
Definition at line 413 of file mod_Misc.F90.
subroutine modmisc::swap::swapi | ( | integer | i, |
integer | j | ||
) |
Definition at line 393 of file mod_Misc.F90.
subroutine modmisc::swap::swapr | ( | real(8) | i, |
real(8) | j | ||
) |
Definition at line 403 of file mod_Misc.F90.