ATLAS Offline Software
Classes | Namespaces | Functions
conifer.h File Reference
#include "nlohmann/json.hpp"
#include <cassert>
#include <fstream>
Include dependency graph for conifer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  conifer::OpAdd< T >
 
class  conifer::DecisionTree< T, U >
 
class  conifer::BDT< T, U, useAddTree >
 

Namespaces

 conifer
 

Functions

constexpr int conifer::floorlog2 (int x)
 
template<int B>
constexpr int conifer::pow (int x)
 
constexpr int conifer::pow2 (int x)
 
template<class T , class Op >
conifer::reduce (std::vector< T > x, Op op)