BLAS implementation for D
data pulverizer via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 13 02:13:50 PDT 2017
I have just finished the first version of a BLAS implementation
for D mostly done by code conversion from GSL's BLAS module
https://github.com/dataPulverizer/dblas
It is complete functionally with respect covering all the
functions implemented in BLAS. @9il has suggested that we should
work to merge this library with Mir GLAS which I think is a good
idea.
As the readme says the next phase is:
* Performance optimization
* Complete unit test coverage
* Type specific BLAS aliases
Thanks
---
DP
More information about the Digitalmars-d
mailing list