|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Compressed sparse column implementation. More...
Go to the source code of this file.
Defines | |
| #define | INC_OSKI_GCSR_MODULE_H |
| oski/GCSR/module.h included. | |
Name mangling. | |
| #define | GCSR_MatReprMult_1x1 MANGLE_MOD_(MatReprMult_1x1) |
| #define | oski_FindRowGCSR MANGLE_(oski_FindRowGCSR) |
Functions | |
| oski_index_t | oski_FindRowGCSR (const oski_matGCSR_t *A, oski_index_t i0) |
| Returns the index in 'rind' of a given row (0-based index), or an integer less than 0 on error. | |
| int | GCSR_MatReprMult_1x1 (const oski_matGCSR_t *A, oski_matop_t opA, oski_value_t alpha, const oski_vecview_t x, oski_vecview_t y) |
| Sparse matrix-vector multiply for GCSR format. | |
Compressed sparse column implementation.
| #define INC_OSKI_GCSR_MODULE_H |
oski/GCSR/module.h included.
1.7.6.1