oski_submatCB_t Struct Reference
Cache block.
More...
#include <format.h>
|
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.
|
Detailed Description
Cache block.
This data structure defines a single cache block, which is an
submatrix beginning at position
(0-based indices) of a larger matrix.
Field Documentation
The documentation for this struct was generated from the following file: