Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7220 ディスカッション

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

afd_lml
ビギナー
742件の閲覧回数
Does PARDISO support C-style indexing (indexing starts from 0.) ?
0 件の賞賛
1 解決策
Artem_V_Intel
従業員
742件の閲覧回数
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

元の投稿で解決策を見る

2 返答(返信)
Artem_V_Intel
従業員
743件の閲覧回数
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
afd_lml
ビギナー
742件の閲覧回数
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.
返信