JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Public Member Functions | |
real(8) function | minkowskyproduct (p1, p2) |
complex(8) function | minkowskyproductc (p1, p2) |
complex(8) function | minkowskyproductrc (p1, p2) |
complex(8) function | minkowskyproductcr (p1, p2) |
Definition at line 13 of file mod_Misc.F90.
real(8) function modmisc::operator(.dot.)::minkowskyproduct | ( | real(8), dimension(1:4), intent(in) | p1, |
real(8), dimension(1:4), intent(in) | p2 | ||
) |
Definition at line 50 of file mod_Misc.F90.
complex(8) function modmisc::operator(.dot.)::minkowskyproductc | ( | complex(8), dimension(1:4), intent(in) | p1, |
complex(8), dimension(1:4), intent(in) | p2 | ||
) |
Definition at line 61 of file mod_Misc.F90.
complex(8) function modmisc::operator(.dot.)::minkowskyproductcr | ( | complex(8), dimension(1:4), intent(in) | p1, |
real(8), dimension(1:4), intent(in) | p2 | ||
) |
Definition at line 84 of file mod_Misc.F90.
complex(8) function modmisc::operator(.dot.)::minkowskyproductrc | ( | real(8), dimension(1:4), intent(in) | p1, |
complex(8), dimension(1:4), intent(in) | p2 | ||
) |
Definition at line 72 of file mod_Misc.F90.