| 
    Jpp - the software that should make you happy
    
   | 
 
Example program to test performance of JTOOLS::JMergeSort. More...
#include <iostream>#include <iomanip>#include <functional>#include <limits>#include <vector>#include <algorithm>#include "TRandom3.h"#include "JTools/JMergeSort.hh"#include "Jeep/JTimer.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Classes | |
| struct | JTOOLS::JGetElement< T > | 
| Auxiliary class to convert value to element.  More... | |
Namespaces | |
| JTOOLS | |
| Auxiliary classes and methods for multi-dimensional interpolations and histograms.  | |
Functions | |
| template<class T > | |
| void | JTOOLS::inplace_merge (T __begin, const size_t N, const size_t *delimiter) | 
| Merge multiple sorted ranges.  More... | |
| template<class T > | |
| bool | JTOOLS::is_sorted (T __begin, T __end) | 
| Test whether range is sorted.  More... | |
| int | main (int argc, char **argv) | 
Example program to test performance of JTOOLS::JMergeSort.
Definition in file JMergeSort.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 126 of file JMergeSort.cc.
 1.8.5