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

Does the Intel MKL CSR format imply a restriction on the sparse matrix?

euclid0413
Beginner
345 Views
Is it true that Intel MKL compressed sparse row (CSR)format requires that each and every row of the sparse matrix should have at least one none-zero element?
In page 2756 of the Intel MKL Reference Manual(2007), it is said that CSR format for sparse matrix A consists of four arrays,which are called the values, columns, pointerB, and pointerE arrays, and that the length of pointerB array is equal to the number of rows in A. Besides, element j of pointerB array gives the index into the values array that contains the first non-zero element in a row j of A.So we can deduce that every row of A must have at least one non-zero element.
The problem is, what would happen if some rows of A consist of all zeros?
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
345 Views
it should works w/o problem, if I am not mistaken we should change the documentation.
0 Kudos
euclid0413
Beginner
345 Views
Yes, the missing information in the documentation can be really misleading and result in some bugs in appplications.
0 Kudos
Reply