Currently we benchmark: BLAS level 1 - ddot - ?nrm2 - ?axpy BLAS level 3 - ?gemm - ?syrk LAPACK: - ?gesv (`linalg.solve`) - ?gesdd (`linalg.svd`) - ?syev (`linalg.eigh`) ---------------------------- @martin-frbg suggested it'd be useful to add - [x] ?gemv - [x] ?gbmv for the banded matrix-vector multiply, what is more interesting to scale: matrix size or the number of bands? ----------------------------------- - [ ] cdotc -- complex-valued BLAS level 1