Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
cusp::relaxation::gauss_seidel< ValueType, MemorySpace > Member List

This is the complete list of members for cusp::relaxation::gauss_seidel< ValueType, MemorySpace >, including all inherited members.

gauss_seidel(void)cusp::relaxation::gauss_seidel< ValueType, MemorySpace >inline
gauss_seidel(const MatrixType &A, sweep default_direction=SYMMETRIC, typename thrust::detail::enable_if_convertible< typename MatrixType::format, cusp::csr_format >::type *=0)cusp::relaxation::gauss_seidel< ValueType, MemorySpace >
gauss_seidel(const gauss_seidel< ValueType, MemorySpace2 > &A)cusp::relaxation::gauss_seidel< ValueType, MemorySpace >inline
linear_operator(void)cusp::linear_operator<ValueType, MemorySpace >inline
linear_operator(intnum_rows, intnum_cols)cusp::linear_operator<ValueType, MemorySpace >inline
linear_operator(intnum_rows, intnum_cols, intnum_entries)cusp::linear_operator<ValueType, MemorySpace >inline
operator()(const MatrixType &A, const VectorType1 &b, VectorType2 &x)cusp::relaxation::gauss_seidel< ValueType, MemorySpace >
operator()(const MatrixType &A, const VectorType1 &b, VectorType2 &x, sweep direction)cusp::relaxation::gauss_seidel< ValueType, MemorySpace >