nalgebra-lapack: credit @astraw.

This commit is contained in:
Sébastien Crozet 2017-08-03 18:57:40 +02:00 committed by Sébastien Crozet
parent f184d9ac00
commit b94eb66362
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "nalgebra-lapack"
version = "0.11.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
authors = [ "Sébastien Crozet <developer@crozet.re>", "Andrew Straw <strawman@astraw.com>" ]
description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices."
documentation = "http://nalgebra.org/doc/nalgebra/index.html"

View File

@ -1,6 +1,6 @@
# nalgebra-lapack [![Version][version-img]][version-url] [![Status][status-img]][status-url] [![Doc][doc-img]][doc-url]
Rust library for linear algebra using nalgebra and LAPACK
Rust library for linear algebra using nalgebra and LAPACK.
## Documentation
@ -51,3 +51,9 @@ On Mac OS X, do this to use Apple's Accelerate framework:
[status-url]: https://travis-ci.org/strawlab/nalgebra-lapack
[doc-img]: https://docs.rs/nalgebra-lapack/badge.svg
[doc-url]: https://docs.rs/nalgebra-lapack/
## Contributors
This integration of LAPACK on nalgebra was
[initiated](https://github.com/strawlab/nalgebra-lapack) by Andrew Straw. It
then became officially supported and integrated to the main nalgebra
repository.