Greetings,
I would like to convert a csr format to coo storage format.
https://software.intel.com/en-us/node/520849
I am familiar with this and have used this. My question is, how can i convert csr to coo generic format (both upper and lower triangular matrix are stored, generic format or full matrix ). However, I am able to convert from csr to coo symmetric(upper) matrix.
Also, please provide detailed explanation for the below parameter while converting from csr to coo.
job[4]
job[4]=nzmax - maximum number of the non-zero elements allowed if job[0]=0.
Thank you.
Thread Topic:
Help Me