.codecov.yml
.gitignore
CHANGELOG.md
LICENSE
README.md
demo.ipynb
setup.py
sparse_dot_mkl/__init__.py
sparse_dot_mkl/_dense_dense.py
sparse_dot_mkl/_gram_matrix.py
sparse_dot_mkl/_sparse_dense.py
sparse_dot_mkl/_sparse_qr_solver.py
sparse_dot_mkl/_sparse_sparse.py
sparse_dot_mkl/_sparse_sypr.py
sparse_dot_mkl/_sparse_vector.py
sparse_dot_mkl/sparse_dot.py
sparse_dot_mkl.egg-info/PKG-INFO
sparse_dot_mkl.egg-info/SOURCES.txt
sparse_dot_mkl.egg-info/dependency_links.txt
sparse_dot_mkl.egg-info/requires.txt
sparse_dot_mkl.egg-info/top_level.txt
sparse_dot_mkl.egg-info/zip-safe
sparse_dot_mkl/_mkl_interface/__init__.py
sparse_dot_mkl/_mkl_interface/_cfunctions.py
sparse_dot_mkl/_mkl_interface/_common.py
sparse_dot_mkl/_mkl_interface/_constants.py
sparse_dot_mkl/_mkl_interface/_structs.py
sparse_dot_mkl/tests/__init__.py
sparse_dot_mkl/tests/test_dense_dense.py
sparse_dot_mkl/tests/test_gram_matrix.py
sparse_dot_mkl/tests/test_mkl.py
sparse_dot_mkl/tests/test_qr_solver.py
sparse_dot_mkl/tests/test_sparse_dense.py
sparse_dot_mkl/tests/test_sparse_sparse.py
sparse_dot_mkl/tests/test_sparse_vector.py