Discontinuous Galerkin Library
#include "dg/algorithm.h"
sparseblockmat.cuh File Reference
#include <thrust/device_vector.h>
#include "sparseblockmat.h"
#include "sparseblockmat_gpu_kernels.cuh"

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 

Typedefs

template<class value_type >
using dg::EllSparseBlockMatDevice = EllSparseBlockMat< value_type >
 
template<class value_type >
using dg::CooSparseBlockMatDevice = CooSparseBlockMat< value_type >