LAMA
|
#include <LAMAInterface.hpp>
Public Types | |
typedef void(* | getCSRSizes )(IndexType csrSizes[], const IndexType numRows, const IndexType numValues, const IndexType cooIA[]) |
Helper routine for conversion of COO format to CSR format to get sparse row sizes. |
typedef void( * lama::COOUtilsInterface::Counting::getCSRSizes)(IndexType csrSizes[], const IndexType numRows, const IndexType numValues, const IndexType cooIA[]) |
Helper routine for conversion of COO format to CSR format to get sparse row sizes.
[out] | csrSizes | array with number of non-zero entries in each row |
[in] | numRows | number of rows |
[in] | numValues | number of non-zero values |
[in] | array | with row indexes of COO storage (size is numValues) |