ViennaCL - The Vienna Computing Library
1.5.2
|
Debug functionality for AMG. To be removed. More...
Go to the source code of this file.
Namespaces | |
namespace | viennacl |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
namespace | viennacl::linalg |
Provides all linear algebra operations which are not covered by operator overloads. | |
namespace | viennacl::linalg::detail |
Namespace holding implementation details for linear algebra routines. Usually not of interest for a library user. | |
namespace | viennacl::linalg::detail::amg |
Implementation namespace for algebraic multigrid preconditioner. | |
Defines | |
#define | VIENNACL_AMG_MATRIXTYPE MatrixType |
Functions | |
template<typename MatrixType > | |
void | printmatrix (MatrixType &, int) |
template<typename VectorType > | |
void | printvector (VectorType const &) |
Debug functionality for AMG. To be removed.
AMG code contributed by Markus Wagner
#define VIENNACL_AMG_MATRIXTYPE MatrixType |