We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a224232 + 7d37073 commit 102733bCopy full SHA for 102733b
src/lib.rs
@@ -105,6 +105,9 @@
105
//! but more advanced routines can be found in [`ndarray-stats`](https://crates.io/crates/ndarray-stats).
106
//!
107
//! 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).
111
112
#[cfg(feature = "blas")]
113
extern crate blas_src;
0 commit comments