For an overview, see Modified Block Compressed Sparse Row (MBCSR) Format.
#include <oski/common.h>
#include <oski/matrix.h>
#include <oski/BCSR/format.h>
Go to the source code of this file.
Data Structures | |
| struct | tagOski_submatMBCSR_t |
| Stores an MBCSR "submatrix". More... | |
| struct | tagBebop_matMBCSR_t |
| Modified block compressed sparse row (MBCSR) format. More... | |
| #define | INC_OSKI_MBCSR_FORMAT_H |
| oski/MBCSR/format.h included. | |
Name mangling. | |
| #define | oski_submatMBCSR_t MANGLE_(oski_submatMBCSR_t) |
| MBCSR matrix representation. | |
| #define | oski_matMBCSR_t MANGLE_(oski_matMBCSR_t) |
| MBCSR matrix representation. | |
| #define | oski_MBCSR_MatMult_funcpt MANGLE_(oski_MBCSR_MatMult_funcpt) |
| MBCSR matrix representation. | |
Typedefs | |
| typedef tagOski_submatMBCSR_t | oski_submatMBCSR_t |
| Stores an MBCSR "submatrix". | |
| typedef tagBebop_matMBCSR_t | oski_matMBCSR_t |
| Modified block compressed sparse row (MBCSR) format. | |
|
|
Modified block compressed sparse row (MBCSR) format.
An
The purpose of this format is to enable fast implementations of the triangular solve and |
|
|
Stores an MBCSR "submatrix".
An
Let
|
1.4.6