Skylark (Sketching Library)  0.1
/var/lib/jenkins/jobs/Skylark/workspace/sketch/transforms.hpp
Go to the documentation of this file.
00001 #ifndef SKYLARK_TRANSFORMS_HPP
00002 #define SKYLARK_TRANSFORMS_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 {
00009 namespace sketch {
00010 
00012 struct dimension_tag {};
00013 
00015 struct columnwise_tag : dimension_tag {};
00016 
00018 struct rowwise_tag : dimension_tag {};
00019 
00020 } } 
00022 #endif // TRANSFORMS_HPP