How to get intel MKL's cblas_dgemm and pardiso solvers in python?

前端 未结 0 1355
臣服心动
臣服心动 2021-01-19 16:02

I try to use Intel mkl from python. The only document I have found suggested the following:

from ctypes import *

# Load the share library
mkl = cdll.LoadLibr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题