CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
cuv::dev_block_descriptor< __value_type, __index_type >::block Struct Reference

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

Detailed Description

template<class __value_type, class __index_type = unsigned int>
struct cuv::dev_block_descriptor< __value_type, __index_type >::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.


The documentation for this struct was generated from the following file: