|
graph
|
a read-only view of a COO suitable for passing to a GPU kernel by value. More...
#include <coo.hpp>
Public Member Functions | |
| HOST DEVICE uint64_t | nnz () const |
| HOST DEVICE uint64_t | num_rows () const |
| const Index * | row_ptr () const |
| row offset array More... | |
| const Index * | col_ind () const |
| column index array More... | |
| const Index * | row_ind () const |
Public Attributes | |
| const Index * | rowPtr_ |
| offset in col_ that each row starts at More... | |
| const Index * | rowInd_ |
| non-zero row indices More... | |
| const Index * | colInd_ |
| non-zero column indices More... | |
Private Attributes | |
| uint64_t | nnz_ |
| number of non-zeros More... | |
| uint64_t | num_rows_ |
| length of rowOffset - 1 More... | |
Friends | |
| class | COO< Index > |
a read-only view of a COO suitable for passing to a GPU kernel by value.
Any modifications to the underlying COO may invalidate this view.
|
inline |
column index array
|
inline |
|
inline |
row offset array
|
friend |
| const Index* COOView< Index >::colInd_ |
non-zero column indices
|
private |
number of non-zeros
|
private |
length of rowOffset - 1
| const Index* COOView< Index >::rowInd_ |
non-zero row indices
| const Index* COOView< Index >::rowPtr_ |
offset in col_ that each row starts at
1.8.13