CUDPP 1.1.1
Functions
cudpp_spmvmult.h File Reference

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.

Detailed Description

Scan functionality header file - contains CUDPP interface (not public)

cudpp_spmvmult.h

 All Classes Files Functions Variables Enumerations Enumerator Defines