Skylark (Sketching Library)
0.1
|
00001 #ifndef SKYLARK_HPP 00002 #define SKYLARK_HPP 00003 00004 #include <boost/mpi.hpp> 00005 #include <boost/random.hpp> 00006 00040 #if SKYLARK_HAVE_ELEMENTAL 00041 #include <elemental.hpp> 00042 #endif 00043 00044 #if SKYLARK_HAVE_COMBBLAS 00045 #include <CombBLAS.h> 00046 #endif 00047 00049 #include "config.h" 00050 00052 #include "utility/utility.hpp" 00053 00055 #include "base/base.hpp" 00056 00058 #include "sketch/sketch.hpp" 00059 00061 #include "algorithms/algorithms.hpp" 00062 00064 #include "nla/nla.hpp" 00065 00070 #endif // SKYLARK_HPP