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

PARDISO ---- C-style indexing (indexing starts from 0.) ?

afd_lml
Beginner
371 Views
Does PARDISO support C-style indexing (indexing starts from 0.) ?
0 Kudos
1 Solution
Artem_V_Intel
Employee
371 Views
Hello,

Support of 0-based matrix indices in Intel MKL PARDISO introduced in 10.3 beta version. Please take a look at this KB article.

Best regards,
Artem

View solution in original post

0 Kudos
2 Replies
Artem_V_Intel
Employee
372 Views
Hello,

Support of 0-based matrix indices in Intel MKL PARDISO introduced in 10.3 beta version. Please take a look at this KB article.

Best regards,
Artem
0 Kudos
afd_lml
Beginner
371 Views
Thank you for your reply.

"One should note that for both PARDISO and DSS, the 0-based indices are copied into an array of corresponding 1-based indices. In cases where the array is large and memory is an issue, the user may need to do the conversion to avoid the added memory use."

now I use MKL 10.2.
In fact, "the 0-based indices are copied into an array of corresponding 1-based indices" is done by myself in my programs.
0 Kudos
Reply