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.
1 parent 07b0c3c commit 7799a07Copy full SHA for 7799a07
src/doc/ndarray_for_numpy_users/mod.rs
@@ -120,7 +120,7 @@
120
//! # The ndarray ecosystem
121
//!
122
//! `ndarray` does not provide advanced linear algebra routines out of the box (e.g. SVD decomposition).
123
-//! Most of the routines that you can find in `SciPy.linalg`/`NumPy.linalg` are provided by another crate,
+//! Most of the routines that you can find in `scipy.linalg`/`numpy.linalg` are provided by another crate,
124
//! [`ndarray-linalg`](https://crates.io/crates/ndarray-linalg).
125
126
//! The same holds for statistics: `ndarray` provides some basic functionalities (e.g. `mean`)
0 commit comments