-
- Downloads
Merge branch 'cleanup/remove-lapack' into 'stable'
We can now use Scipy's Cython interface to Lapack, which removes the need for us to explicitly link against blas or lapack ourselves. Also cut down boilerplate by re-arrange the existing Lapack wrappers to use Cython fused types. Closes #28 See merge request !149
No related branches found
No related tags found
Showing
- kwant/linalg/decomp_ev.py 2 additions, 15 deletionskwant/linalg/decomp_ev.py
- kwant/linalg/decomp_lu.py 6 additions, 43 deletionskwant/linalg/decomp_lu.py
- kwant/linalg/decomp_schur.py 13 additions, 73 deletionskwant/linalg/decomp_schur.py
- kwant/linalg/f_lapack.pxd 0 additions, 217 deletionskwant/linalg/f_lapack.pxd
- kwant/linalg/f_lapack.py 0 additions, 14 deletionskwant/linalg/f_lapack.py
- kwant/linalg/lapack.pyx 894 additions, 2106 deletionskwant/linalg/lapack.pyx
- setup.py 4 additions, 38 deletionssetup.py
kwant/linalg/f_lapack.pxd
deleted
100644 → 0
kwant/linalg/f_lapack.py
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment