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

Documentation CSR 2 CSC Conversion

sicb0161
Beginner
318 Views
Hello,
In page 449 of the reference manual the function which is performing the CSR to CSC conversion is called mkl_dcsrbsr(...). I think it has to be changed into mkl_dcsrcsc(...).

I have a question regarding the conversion methods: Is there any possibility to convert a vector into a storage format and then add this converted vector into an already existing converted matrix ? In other words, I am trying to construct a sparse matrix A by piling sparse row vectors v_i onto each other, so that A(i,:) = v_i .

Thx in advance,
Cem
0 Kudos
0 Replies
Reply