![]() |
PARALUTION
1.0.0
PARALUTION
|
#include "../matrix_formats_ind.hpp"
Go to the source code of this file.
Namespaces | |
paralution | |
Functions | |
template<typename ValueType , typename IndexType > | |
__global__ void | paralution::kernel_mcsr_spmv_scalar (const IndexType nrow, const IndexType *row_offset, const IndexType *col, const ValueType *val, const ValueType *in, ValueType *out) |
template<typename ValueType , typename IndexType > | |
__global__ void | paralution::kernel_mcsr_add_spmv_scalar (const IndexType nrow, const IndexType *row_offset, const IndexType *col, const ValueType *val, const ValueType scalar, const ValueType *in, ValueType *out) |