00001 #ifndef VIENNACL_MISC_BANDWIDTH_REDUCTION_HPP 00002 #define VIENNACL_MISC_BANDWIDTH_REDUCTION_HPP 00003 00004 /* ========================================================================= 00005 Copyright (c) 2010-2011, Institute for Microelectronics, 00006 Institute for Analysis and Scientific Computing, 00007 TU Wien. 00008 00009 ----------------- 00010 ViennaCL - The Vienna Computing Library 00011 ----------------- 00012 00013 Project Head: Karl Rupp rupp@iue.tuwien.ac.at 00014 00015 (A list of authors and contributors can be found in the PDF manual) 00016 00017 License: MIT (X11), see file LICENSE in the base directory 00018 ============================================================================= */ 00019 00020 00025 #include "viennacl/misc/cuthill_mckee.hpp" 00026 #include "viennacl/misc/gibbs_poole_stockmeyer.hpp" 00027 00028 00029 namespace viennacl 00030 { 00031 //TODO: Add convenience overload here. Which should be default? 00032 00033 00034 } //namespace viennacl 00035 00036 00037 #endif