cgls_cuda icon indicating copy to clipboard operation
cgls_cuda copied to clipboard

Small issue in the explanation of the ptr parameter?

Open filippobistaffa opened this issue 8 years ago • 0 comments

In the explanation of the parameters for the sparse version, it says:

ptr: Column pointer if O is CSC or row pointer if O is CSR. The array should be of length m+1.

As far as I can understand, ptr should be of length m+1 in the case of CSR, and _n_+1 in the case of CSC.

filippobistaffa avatar Oct 13 '16 08:10 filippobistaffa