Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Translate of CSR format matrix

Rocky_Tang
Beginner
359 Views
I want to translate the sparse matrix stored as the CSR format, but there is not this function in the MKL. Is there anybody know how to fastly translate the matrix by MKL.
0 Kudos
3 Replies
Alexander_K_Intel2
359 Views
Hi,
What do you mean by "translate"?
With best regards,
Alexander Kalinkin
0 Kudos
Rocky_Tang
Beginner
359 Views
I means that is there a function like mkl_?imatcopy or mkl_?omatcopy to perform transposition of the sparse matrix stored by the CSR format.
0 Kudos
Alexander_K_Intel2
359 Views
Hi,
Sorry for delay. The current version of MKL doesn't support function that transpose matrix in CRS format.
With best regards,
Alexander Kalinkin
0 Kudos
Reply