Skylark (Sketching Library)  0.1
/var/lib/jenkins/jobs/Skylark/workspace/sketch/RFUT.hpp
Go to the documentation of this file.
00001 #ifndef SKYLARK_RFUT_HPP
00002 #define SKYLARK_RFUT_HPP
00003 
00004 #ifndef SKYLARK_SKETCH_HPP
00005 #error "Include top-level sketch.hpp instead of including individuals headers"
00006 #endif
00007 
00008 namespace skylark { namespace sketch {
00009 
00016 template <typename MatrixType, typename FUT, typename ValueDistributionType>
00017 struct RFUT_t {
00018 
00019 };
00020 
00021 } } 
00023 #if SKYLARK_HAVE_ELEMENTAL
00024 # include "RFUT_Elemental.hpp"
00025 #endif
00026 
00027 #endif // RFUT