Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
BinningPolicy.h
Go to the documentation of this file.
1 #ifndef Protium_BinningPolicy_h_
2 #define Protium_BinningPolicy_h_
3 
4 namespace Protium{
5 
6  namespace Containers{
7 
8  struct BinByLowerEdge{
9 
10  };
11 
13 
14  };
15 
16  struct BinByMidPoint{
17 
18  };
19 
20 
21  }
22 }
23 
24 
25 #endif //File Guardian
26