|
PARALUTION
1.0.0
PARALUTION
|
Go to the source code of this file.
Namespaces | |
| paralution | |
Functions | |
| template<typename ValueType > | |
| void | paralution::spmv_dia (const int mic_dev, const int *offset, const ValueType *val, const int nrow, const int ndiag, const ValueType *in, ValueType *out) |
| template<typename ValueType > | |
| void | paralution::spmv_add_dia (const int mic_dev, const int *offset, const ValueType *val, const int nrow, const int ndiag, const ValueType scalar, const ValueType *in, ValueType *out) |