Debug functionality for AMG. To be removed. More...
#include <iostream>
#include "viennacl/io/matrix_market.hpp"
Go to the source code of this file.
Namespaces | |
namespace | viennacl |
namespace | viennacl::linalg |
namespace | viennacl::linalg::detail |
namespace | viennacl::linalg::detail::amg |
Defines | |
#define | VIENNACL_AMG_MATRIXTYPE MatrixType |
Functions | |
template<typename MatrixType > | |
void | printmatrix (MatrixType &mat, int const value=-1) |
template<typename VectorType > | |
void | printvector (VectorType const &vec) |
Debug functionality for AMG. To be removed.
AMG code contributed by Markus Wagner
#define VIENNACL_AMG_MATRIXTYPE MatrixType |