Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dataPulverizer authored Mar 25, 2017
1 parent f10639e commit 773f272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BLAS implementation for D

This BLAS implementation for D is currently based on the [GNU Scientific Library](https://www.gnu.org/software/gsl/manual/) BLAS module. The library is currently in the first phase - code conversion for GSL. Documentation of the function is largely taken from the [MKL manual](https://software.intel.com/en-us/articles/mkl-reference-manual). Once the code conversion is completed efforts will be made to optimise performance.
This BLAS implementation for D is based on the [GNU Scientific Library](https://www.gnu.org/software/gsl/manual/) BLAS module. The library is currently in the first phase - code conversion for GSL. Documentation of the function is largely taken from the [MKL manual](https://software.intel.com/en-us/articles/mkl-reference-manual). Once the code conversion is completed efforts will be made to optimise performance.

The approach taken in writing the code is to use D's metaprogramming features as much as possible to reduce code complexity.

Expand Down

0 comments on commit 773f272

Please sign in to comment.