Skip to content

Commit 102733b

Browse files
authored
Merge pull request #847 from xd009642/doc/nshare
Update docs
2 parents a224232 + 7d37073 commit 102733b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
//! but more advanced routines can be found in [`ndarray-stats`](https://crates.io/crates/ndarray-stats).
106106
//!
107107
//! If you are looking to generate random arrays instead, check out [`ndarray-rand`](https://crates.io/crates/ndarray-rand).
108+
//!
109+
//! For conversion between `ndarray`, [`nalgebra`](https://crates.io/crates/nalgebra) and
110+
//! [`image`](https://crates.io/crates/image) check out [`nshare`](https://crates.io/crates/nshare).
108111
109112
#[cfg(feature = "blas")]
110113
extern crate blas_src;

0 commit comments

Comments
 (0)