lapack 0.3.4

The package provides an interface to the Linear Algebra PACKage.
Documentation
# LAPACK [![Version][version-img]][version-url] [![Status][status-img]][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. Open a pull request.

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

[version-img]: https://img.shields.io/crates/v/lapack.svg
[version-url]: https://crates.io/crates/lapack
[status-img]: 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