BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Defines a rectangular submatrix consisting of a given number of consecutive rows and columns, starting at a given offset. More...
#include <matrix.h>
Data Fields | |
oski_index_t | i0 |
Starting row index. | |
oski_index_t | j0 |
Starting column index. | |
oski_index_t | num_rows |
Number of rows. | |
oski_index_t | num_cols |
Number of columns. |
Defines a rectangular submatrix consisting of a given number of consecutive rows and columns, starting at a given offset.
The base index is implicitly defined.
oski_index_t tagOski_submat_t::i0 |
Starting row index.
oski_index_t tagOski_submat_t::j0 |
Starting column index.
oski_index_t tagOski_submat_t::num_cols |
Number of columns.
oski_index_t tagOski_submat_t::num_rows |
Number of rows.