TypeIIRMLQuicksort.h
Go to the documentation of this file.
1 // ---------------------- Doxygen info ----------------------
39 // ----------------------------------------------------------
40 // For a convenient reading of this file's source code,
41 // please use a tab width of four characters.
42 // ----------------------------------------------------------
43 
44 #ifndef __TypeIIRMLQuicksort__
45 #define __TypeIIRMLQuicksort__
46 
47 
48 
49 namespace TypeIIRMLMath
50 {
51 
52 // ---------------------- Doxygen info ----------------------
76 // ----------------------------------------------------------
77 void Quicksort( const int &LeftBound
78  , const int &RightBound
79  , double *ArrayOfValues);
80 
81 } // namespace TypeIIRMLMath
82 
83 #endif
void Quicksort(const int &LeftBound, const int &RightBound, double *ArrayOfValues)
Standard implementation of the Quicksort algorithm for double values.


libreflexxestype2
Author(s):
autogenerated on Sat Nov 21 2020 03:17:34