https://github.com/libmir/mir-blas
NDSLICE wrapper for BLAS
https://github.com/libmir/mir-blas
blas mir mir-blas ndslice ndslice-wrapper
Last synced: 3 months ago
JSON representation
NDSLICE wrapper for BLAS
- Host: GitHub
- URL: https://github.com/libmir/mir-blas
- Owner: libmir
- Created: 2017-05-25T14:39:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T17:13:25.000Z (about 3 years ago)
- Last Synced: 2025-10-10T15:11:28.253Z (8 months ago)
- Topics: blas, mir, mir-blas, ndslice, ndslice-wrapper
- Language: D
- Size: 43 KB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mir-blas
ndslice wrapper for BLAS
## Required libraries
See [wiki: Link with CBLAS & LAPACK](https://github.com/libmir/mir-lapack/wiki/Link-with-CBLAS-&-LAPACK).
## Wrapped API
### Level 1
- dot
- nrm2
- asum
- copy
- axpy
- scal
- swap
- iamax
### Level 2
- gemv
- ger (includes geru)
- gerc (includes ger)
- symv
- spmv
- syr
- spr
- trmv
- tpmv
- trsv
- tpsv
### Level 3
- gemm
- symm
- syrk
- trmm
- trsm
---------------
This work has been sponsored by [Symmetry Investments](http://symmetryinvestments.com) and [Kaleidic Associates](https://github.com/kaleidicassociates).