Skylark (Sketching Library)  0.1
/var/lib/jenkins/jobs/Skylark/workspace/base/base.hpp
Go to the documentation of this file.
00001 #ifndef SKYLARK_BASE_HPP
00002 #define SKYLARK_BASE_HPP
00003 
00004 #include "../config.h"
00005 
00006 #if SKYLARK_HAVE_ELEMENTAL
00007 #include <elemental.hpp>
00008 #endif
00009 
00010 #if SKYLARK_HAVE_COMBBLAS
00011 #include <CombBLAS.h>
00012 #endif
00013 
00014 #include "exception.hpp"
00015 #include "sparse_matrix.hpp"
00016 #include "computed_matrix.hpp"
00017 #include "basic.hpp"
00018 #include "query.hpp"
00019 #include "viewing.hpp"
00020 #include "copy.hpp"
00021 #include "Trsm.hpp"
00022 #include "Gemm.hpp"
00023 #include "Gemv.hpp"
00024 #include "Norm.hpp"
00025 #include "svd.hpp"
00026 #include "context.hpp"
00027 
00028 #endif // SKYLARK_BASE_HPP