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

Extract internal data from sparce_matrix_t

Molchanovskiy__Vasil
274 Views

Hello

I am currently using Intel MKL 2019. Because some of the routines in Sparce BLAS are currently deprecated, i am using corresponding functions from Inspector-Executor Sparce BLAS. 
Theese routines make use of data in sparce_matrix_t format. I found a routine mkl_sparce_?_create_csr to construct such a structure. But due to the format of my task I need to recieve in the result the three (optionally -- four) vectors of the CSR matrix separately. Hence, i need a procedure reverse to create_csr, extracting internal data from matrix handle sparce_matrix_t.
Does such procedure exist, and where can i find it?

Thanks in advance.

0 Kudos
1 Reply
Kirill_V_Intel
Employee
274 Views

Hello Vasiliy,

Please have a look at https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-export-csr and other export routines. Isn't it what you are looking for?

Best,
Kirill

0 Kudos
Reply