Page 1 of 1

testing magma_dlsqr

Posted: Thu Nov 01, 2018 1:32 pm
by dariofigueira
Hello,

I can't seem to find an example code for the magma_sparse functions.

Is there truly none, or am I just missing it?

Thank you,

Re: testing magma_dlsqr

Posted: Thu Nov 01, 2018 1:34 pm
by hartwig anzt
Dario,
check out magma/example/example_sparse.c
Hartwig

Re: testing magma_dlsqr

Posted: Fri Nov 02, 2018 9:50 am
by dariofigueira
Thank you Hartwig,

I was looking for a cpp test file/project, but I believe C code, renaming the file to cpp should compile as C++ indeed.

Attempting that.