CUBLAS and CUSPARSE library

Hi,

My question is about cusparseSdense2csr function. What’s the 5th element (A) of this function? Is it supposed to be a 2D array?

Thanks

Hi,

My question is about cusparseSdense2csr function. What’s the 5th element (A) of this function? Is it supposed to be a 2D array?

Thanks

A is a 1-dimensional array, (lda, n) describes A.

A is a 1-dimensional array, (lda, n) describes A.