ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
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-2015, Institute for Microelectronics,
6  Institute for Analysis and Scientific Computing,
7  TU Wien.
8  Portions of this software are copyright by UChicago Argonne, LLC.
9 
10  -----------------
11  ViennaCL - The Vienna Computing Library
12  -----------------
13 
14  Project Head: Karl Rupp rupp@iue.tuwien.ac.at
15 
16  (A list of authors and contributors can be found in the manual)
17 
18  License: MIT (X11), see file LICENSE in the base directory
19 ============================================================================= */
20 
21 
28 
29 
30 namespace viennacl
31 {
32  //TODO: Add convenience overload here. Which should be default?
33 
34 
35 } //namespace viennacl
36 
37 
38 #endif
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
Definition: cpu_ram.hpp:34
Implementation of the Gibbs-Poole-Stockmeyer algorithm. Experimental.
Implementation of several flavors of the Cuthill-McKee algorithm. Experimental.