Skip to content

Commit

Permalink
Merge pull request #847 from xd009642/doc/nshare
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
bluss committed Nov 28, 2020
2 parents a224232 + 7d37073 commit 102733b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Expand Up @@ -105,6 +105,9 @@
//! but more advanced routines can be found in [`ndarray-stats`](https://crates.io/crates/ndarray-stats).
//!
//! If you are looking to generate random arrays instead, check out [`ndarray-rand`](https://crates.io/crates/ndarray-rand).
//!
//! For conversion between `ndarray`, [`nalgebra`](https://crates.io/crates/nalgebra) and
//! [`image`](https://crates.io/crates/image) check out [`nshare`](https://crates.io/crates/nshare).

#[cfg(feature = "blas")]
extern crate blas_src;
Expand Down

0 comments on commit 102733b

Please sign in to comment.