LAMA
lama::COOUtilsInterface::Counting Struct Reference

#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.

Member Typedef Documentation

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.

Parameters:
[out]csrSizesarray with number of non-zero entries in each row
[in]numRowsnumber of rows
[in]numValuesnumber of non-zero values
[in]arraywith row indexes of COO storage (size is numValues)

The documentation for this struct was generated from the following file: