|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Sparse matrix-vector multiply implementation for a compressed sparse row (GCSR) matrix. More...
#include <assert.h>#include <oski/config.h>#include <oski/common.h>#include <oski/blas.h>#include <oski/matmult.h>#include <oski/GCSR/format.h>#include <oski/GCSR/module.h>Functions | |
| int | oski_MatReprMult (const void *pA, const oski_matcommon_t *props, oski_matop_t opA, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view) |
| Matrix type-specific implementation of sparse matrix-vector multiply. | |
Sparse matrix-vector multiply implementation for a compressed sparse row (GCSR) matrix.
1.7.6.1