ViennaCL - The Vienna Computing Library  1.2.0
bandwidth_reduction.hpp
Go to the documentation of this file.
1 #ifndef VIENNACL_MISC_BANDWIDTH_REDUCTION_HPP
2 #define VIENNACL_MISC_BANDWIDTH_REDUCTION_HPP
3 
4 /* =========================================================================
5  Copyright (c) 2010-2011, Institute for Microelectronics,
6  Institute for Analysis and Scientific Computing,
7  TU Wien.
8 
9  -----------------
10  ViennaCL - The Vienna Computing Library
11  -----------------
12 
13  Project Head: Karl Rupp rupp@iue.tuwien.ac.at
14 
15  (A list of authors and contributors can be found in the PDF manual)
16 
17  License: MIT (X11), see file LICENSE in the base directory
18 ============================================================================= */
19 
20 
27 
28 
29 namespace viennacl
30 {
31  //TODO: Add convenience overload here. Which should be default?
32 
33 
34 } //namespace viennacl
35 
36 
37 #endif