#include <format.h>
This data structure defines a single cache block, which is an submatrix beginning at position (0-based indices) of a larger matrix.
Data Fields | |
oski_index_t | row |
Starting row offset, . | |
oski_index_t | col |
Starting column offset, . | |
oski_index_t | num_rows |
Number of rows. | |
oski_index_t | num_cols |
Number of columns. | |
oski_index_t | num_zero_rows |
Number of zero rows. | |
oski_index_t | nnz |
Number of non-zeros. | |
oski_matrix_t | mat |
Pointer to a matrix handle. |