Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches

Test filter that computes the symv csr matrix-vector product if used. More...

Public Member Functions

template<class real_type >
DG_DEVICE void operator() (unsigned i, const int *row_offsets, const int *column_indices, const real_type *values, const real_type *x, real_type *y)
 

Detailed Description

Test filter that computes the symv csr matrix-vector product if used.

See also
dg::blas2::stencil dg::create::window_stencil

Member Function Documentation

◆ operator()()

template<class real_type >
DG_DEVICE void dg::CSRSymvFilter::operator() ( unsigned i,
const int * row_offsets,
const int * column_indices,
const real_type * values,
const real_type * x,
real_type * y )
inline

The documentation for this struct was generated from the following file: