Stokhos  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
cusp::relaxation::block_jacobi< ValueType, MemorySpace > Class Template Reference
Inheritance diagram for cusp::relaxation::block_jacobi< ValueType, MemorySpace >:
Inheritance graph
[legend]
Collaboration diagram for cusp::relaxation::block_jacobi< ValueType, MemorySpace >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

template<typename MatrixType >
 block_jacobi (const MatrixType &A, ValueType omega=1.0)
template<typename MemorySpace2 >
 block_jacobi (const block_jacobi< ValueType, MemorySpace2 > &A)
template<typename MatrixType >
 block_jacobi (const cusp::precond::aggregation::sa_level< MatrixType > &sa_level, ValueType weight=4.0/3.0)
template<typename MatrixType , typename VectorType1 , typename VectorType2 >
void presmooth (const MatrixType &A, const VectorType1 &b, VectorType2 &x)
template<typename MatrixType , typename VectorType1 , typename VectorType2 >
void postsmooth (const MatrixType &A, const VectorType1 &b, VectorType2 &x)
template<typename MatrixType , typename VectorType1 , typename VectorType2 >
void operator() (const MatrixType &A, const VectorType1 &b, VectorType2 &x)
template<typename MatrixType , typename VectorType1 , typename VectorType2 >
void operator() (const MatrixType &A, const VectorType1 &b, VectorType2 &x, ValueType omega)

Public Attributes

ValueType default_omega
cusp::array1d< ValueType,
MemorySpace > 
diagonal
cusp::array2d< ValueType,
MemorySpace > 
temp

template<typename ValueType, typename MemorySpace>
class cusp::relaxation::block_jacobi< ValueType, MemorySpace >


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator