cgls_cuda icon indicating copy to clipboard operation
cgls_cuda copied to clipboard

Conjugate Gradient for Least Squares in CUDA

Results 3 cgls_cuda issues
Sort by recently updated
recently updated
newest added

The documentation says that error code 1 means that "the vector b had norm less than eps, solution likely x = 0". According to the source code, this is not...

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