JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
modmisc::bublesort Interface Reference

Public Member Functions

subroutine bublesort_integerinteger (N, X, IY)
 
subroutine bublesort_realinteger (N, X, IY)
 
subroutine bublesort_stringlogical (N, X, IY)
 
subroutine bublesort_stringinteger (N, X, IY)
 
subroutine bublesort_stringreal8 (N, X, IY)
 
subroutine bublesort_stringcomplex8 (N, X, IY)
 
subroutine bublesort_stringstring (N, X, IY)
 

Detailed Description

Definition at line 24 of file mod_Misc.F90.

Member Function/Subroutine Documentation

◆ bublesort_integerinteger()

subroutine modmisc::bublesort::bublesort_integerinteger ( integer  N,
integer(8), dimension(1:n)  X,
integer, dimension(1:n)  IY 
)

Definition at line 309 of file mod_Misc.F90.

◆ bublesort_realinteger()

subroutine modmisc::bublesort::bublesort_realinteger ( integer  N,
real(8), dimension(1:n)  X,
integer, dimension(1:n)  IY 
)

Definition at line 310 of file mod_Misc.F90.

◆ bublesort_stringcomplex8()

subroutine modmisc::bublesort::bublesort_stringcomplex8 ( integer  N,
character(len=100), dimension(1:n)  X,
complex(8), dimension(1:n)  IY 
)

Definition at line 314 of file mod_Misc.F90.

◆ bublesort_stringinteger()

subroutine modmisc::bublesort::bublesort_stringinteger ( integer  N,
character(len=100), dimension(1:n)  X,
integer, dimension(1:n)  IY 
)

Definition at line 312 of file mod_Misc.F90.

◆ bublesort_stringlogical()

subroutine modmisc::bublesort::bublesort_stringlogical ( integer  N,
character(len=100), dimension(1:n)  X,
logical, dimension(1:n)  IY 
)

Definition at line 311 of file mod_Misc.F90.

◆ bublesort_stringreal8()

subroutine modmisc::bublesort::bublesort_stringreal8 ( integer  N,
character(len=100), dimension(1:n)  X,
real(8), dimension(1:n)  IY 
)

Definition at line 313 of file mod_Misc.F90.

◆ bublesort_stringstring()

subroutine modmisc::bublesort::bublesort_stringstring ( integer  N,
character(len=100), dimension(1:n)  X,
character(len=100), dimension(1:n)  IY 
)

Definition at line 315 of file mod_Misc.F90.


The documentation for this interface was generated from the following file: