ViennaCL - The Vienna Computing Library  1.5.0
Data Structures | Namespaces
viennacl/linalg/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 scaling preconditioner which merely normalizes the equation system such that each row of the system matrix has unit norm. More...
class  row_scaling< MatrixType, is_viennacl >
 Jacobi-type preconditioner class, can be supplied to solve()-routines. This is a diagonal preconditioner with the diagonal entries being (configurable) row norms of the matrix. More...
class  row_scaling< MatrixType, true >
 Jacobi preconditioner class, can be supplied to solve()-routines. More...

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.



Detailed Description

A row normalization preconditioner is implemented here.