lapack 0.2.1

The package provides an interface to the Linear Algebra PACKage.
Documentation
# LAPACK [![Build Status][status-svg]][status-url]

The package provides an interface to the [Linear Algebra PACKage][1].

The list of available routines currently includes

* [DGESVD]http://www.netlib.org/lapack/explore-html/d8/d2d/dgesvd_8f.html,
* [DGETRF]http://www.netlib.org/lapack/explore-html/d3/d6a/dgetrf_8f.html,
* [DGETRI]http://www.netlib.org/lapack/explore-html/df/da4/dgetri_8f.html, and
* [DSYEV]http://www.netlib.org/lapack/explore-html/dd/d4c/dsyev_8f.html.

The list is extended upon request.

## [Documentation][docs]

## Contributing

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

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

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