/** * @file thor.h * * Meta-include for all of Tree High-Order Reduce. */ #ifndef THOR_THOR_H #define THOR_THOR_H #include "gnp.h" #include "dfs.h" #include "rbfs.h" #include "thor_utils.h" #include "kdtree.h" #include "fastlib/tree/bounds.h" /** * @namespace thor * * THOR tree algorithm parallelization framework. * * THOR is a mechanism for parallelizing dual-tree algorithms. * See the wiki or research papers for more information. */ #endif