|
CUDPP 1.1
|
Scan functionality header file - contains CUDPP interface (not public) More...
Functions | |
| void | allocSparseMatrixVectorMultiplyStorage (CUDPPSparseMatrixVectorMultiplyPlan *plan, const void *A, const unsigned int *rowindx, const unsigned int *indx) |
| Allocate intermediate product, flags and rowFindx (index of the last element of each row) array . | |
| void | freeSparseMatrixVectorMultiplyStorage (CUDPPSparseMatrixVectorMultiplyPlan *plan) |
| Deallocate intermediate product, flags and rowFindx (index of the last element of each row) array . | |
| void | cudppSparseMatrixVectorMultiplyDispatch (void *d_y, const void *d_x, const CUDPPSparseMatrixVectorMultiplyPlan *plan) |
| Dispatch function to perform a sparse matrix-vector multiply with the specified configuration. | |
Scan functionality header file - contains CUDPP interface (not public)
1.7.4