sparse_dot
sparse_dot copied to clipboard
Python wrapper for Intel Math Kernel Library (MKL) matrix multiplication
`sparse_dot_mkl` is phenomenal, dramatically improving both runtime and solver accuracy (which was very surprising to us) for our use case. Because `sparse_dot_mkl` is phenomenal, it'd be great if the test...
Hi, thanks for your packages for the mkl python interface. It's quite useful. However we encounter some unexpected results when performing sparse-sparse matrix multiplication. It sometimes leads to a segmentation...
Dear Developers: Hello! Very glad to use such a convenient package to interface with MKL's vast number of methods. I recently needed a preconditioned CG and mrhscg solver in my...