For an overview, see Block Compressed Sparse Row (BCSR) Format.
#include <oski/common.h>
#include <oski/matrix.h>
Go to the source code of this file.
Data Structures | |
| struct | tagBebop_matBCSR_t |
| Block compressed sparse row (BCSR) format. More... | |
| #define | INC_OSKI_BCSR_FORMAT_H |
| BCSR/format.h included. | |
Name mangling. | |
| #define | oski_matBCSR_t MANGLE_(oski_matBCSR_t) |
| BCSR matrix representation. | |
Typedefs | |
| typedef tagBebop_matBCSR_t | oski_matBCSR_t |
| Block compressed sparse row (BCSR) format. | |
|
|
Block compressed sparse row (BCSR) format.
An
Define block-row
These blocks are uniformly aligned, meaning that
If |
1.4.6