blas 0.0.3

The library provides an interface to the Basic Linear Algebra Subprograms.
# BLAS [![Build Status][travis-svg]][travis-url]

The library provides an interface to the [Basic Linear Algebra Subprograms][1].

The list of available routines currently includes

* [DGEMM]http://www.netlib.org/lapack/explore-html/d7/d2b/dgemm_8f.html and
* [DGEMV]http://www.netlib.org/lapack/explore-html/dc/da8/dgemv_8f.html.

The list can be extended upon request.

## [Documentation][docs]

## Contributing

1. Fork the project.
2. Implement your idea.
3. Create a pull request.

[1]: http://www.netlib.org/blas/

[travis-svg]: https://travis-ci.org/stainless-steel/blas.svg?branch=master
[travis-url]: https://travis-ci.org/stainless-steel/blas
[docs]: https://stainless-steel.github.io/blas