Releases: DlangScience/cblas
Releases · DlangScience/cblas
Preview IN
less noise
v2.1.1 remove pragma "blasint = ..."
Fix enums
Complex scalars are passed be reference with `ref` qualifier
Merge pull request #22 from DlangScience/v3 use ref instead of pointers for alpha and beta, fix bug with for some complex routines
Native complex numbers
- Native complex numbers are used instead of std.complex.
- targetType is source library now.
Remove implicit library linking
Remove implicit BLAS import The reason that BLAS libs may be different.