ViennaCL - The Vienna Computing Library  1.2.0
Namespaces | Macros | Functions
amg_debug.hpp File Reference

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

Macros

#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)

Detailed Description

Debug functionality for AMG. To be removed.

AMG code contributed by Markus Wagner

Macro Definition Documentation

#define VIENNACL_AMG_MATRIXTYPE   MatrixType