| 
    Jpp
    19.1.0
    
   the software that should make you happy 
   | 
 
#include <limits>#include <cmath>#include "JLang/JException.hh"#include "JTools/JRange.hh"#include "JTools/JElement.hh"#include "JTools/JResult.hh"#include "JTools/JAbstractCollection.hh"#include "JTools/JToolsToolkit.hh"Go to the source code of this file.
Classes | |
| class | JTOOLS::JQuantiles | 
| Quantile calculator for a given function.  More... | |
Namespaces | |
| JTOOLS | |
| Auxiliary classes and methods for multi-dimensional interpolations and histograms.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Functions | |
| template<class JFunction1D_t > | |
| double | JTOOLS::search (const double xa, const double xb, const double xc, const JFunction1D_t &f, const int is, const double eps=1.0e-6) | 
| Locate maximum or minimun of function.  More... | |