|
CUV
0.9.201304091348
|
One block consists of the index of its upper-left corner and the offsets of all diagonals crossing this block, a Block has Size SPARSE_DIA_BLOCK_SIZE*SPARSE_DIA_BLOCK_SIZE. More...
#include <densedense_to_sparse.hpp>
Public Attributes | |
| int | startx |
| upper left corner of block | |
| int | starty |
| upper left corner of block | |
| int | diag [2 *SPARSE_DIA_BLOCK_SIZE] |
| the offsets of all diagonals crossing the block | |
One block consists of the index of its upper-left corner and the offsets of all diagonals crossing this block, a Block has Size SPARSE_DIA_BLOCK_SIZE*SPARSE_DIA_BLOCK_SIZE.
Definition at line 82 of file densedense_to_sparse.hpp.
1.8.1.2