libblas-sys 0.1.0

The package provides bindings to the Basic Linear Algebra Subprograms.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# libblas-sys [![Build Status][status-svg]][status-url]

The package provides bindings to the [Basic Linear Algebra Subprograms][1]. The
bindings are directly to Fortran routines, that is, without any overhead.

## [Documentation][docs]

## Contributing

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

[1]: http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms

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