|
graph
|
Public Member Functions | |
| CusparseCSR () | |
| const int * | csrRowPtrA () const |
| const int * | csrColIndA () const |
| const int * | csrValA () const |
Static Public Member Functions | |
| static CusparseCSR | from_edgelist (const EdgeList &es, bool(*edgeFilter)(const Edge &)) |
Public Attributes | |
| cusparseMatDescr_t | descr_ |
| Vector< int > | csrRowPtr_ |
| Vector< int > | csrColInd_ |
| Vector< int > | csrVal_ |
Routines for interacting with CUSparse
| CusparseCSR::CusparseCSR | ( | ) |
|
inline |
|
inline |
|
inline |
|
static |
| Vector<int> CusparseCSR::csrColInd_ |
| Vector<int> CusparseCSR::csrRowPtr_ |
| Vector<int> CusparseCSR::csrVal_ |
| cusparseMatDescr_t CusparseCSR::descr_ |
1.8.13