ViennaCL - The Vienna Computing Library  1.2.0
Data Structures | Namespaces
row_scaling.hpp File Reference

A row normalization preconditioner is implemented here. More...

#include <vector>
#include <cmath>
#include "viennacl/forwards.h"
#include "viennacl/vector.hpp"
#include "viennacl/compressed_matrix.hpp"
#include "viennacl/tools/tools.hpp"
#include <map>

Go to the source code of this file.

Data Structures

class  row_scaling_tag
 A tag for a row preconditioner. More...
class  row_scaling< MatrixType >
 Jacobi preconditioner class, can be supplied to solve()-routines. More...
class  row_scaling< compressed_matrix< ScalarType, MAT_ALIGNMENT > >
 Jacobi preconditioner class, can be supplied to solve()-routines. More...

Namespaces

namespace  viennacl
namespace  viennacl::linalg

Detailed Description

A row normalization preconditioner is implemented here.