rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
77 stars 22 forks source link

Add PARDISO API into intel-mkl-sys crate #100

Open termoshtt opened 1 year ago

termoshtt commented 1 year ago

https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface.html

The Intel® oneAPI Math Kernel Library PARDISO package is a high-performance, robust, memory fficient, and easy to use software package for solving large sparse linear systems of equations on shared memory multiprocessors.

Related: #52