Skip to content

Commit 7d37073

Browse files
committed
Update docs
1 parent e808e2b commit 7d37073

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)