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

Is there any C++ wrappers for pardiso ?

yaqin-yan
Beginner
727 Views
I'm solving sparse linear equations.
I prefer C++, but some math libs inC++i tried is very slow. pardiso is the fastest, but it is c/fortran.
Is there any C++ wrappers for pardiso ?
0 Kudos
3 Replies
Todd_R_Intel
Employee
727 Views
What are you looking for in a C++ wrapper? Are you aware that you can call the sparse solver in Intel MKL from you C++ program?
-Todd
0 Kudos
yaqin-yan
Beginner
727 Views
I prefer the direct visition of element in sparse matrix, like a, which i think can be supported only in C++ template utility, like STL/MTL....
0 Kudos
Todd_R_Intel
Employee
727 Views
There are only C and Fortran interfaces for the sparse solver currently. I would welcome you to submit a feature request at Intel Premier Support.
-Todd
0 Kudos
Reply