Skip to content

Commit fc0d887

Browse files
Remove linxal, given that it's unmaintained (last commit 2 years ago)
1 parent c9c6112 commit fc0d887

File tree

1 file changed

+4
-4
lines changed
  • src/doc/ndarray_for_numpy_users

1 file changed

+4
-4
lines changed

src/doc/ndarray_for_numpy_users/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@
145145
//! so it's not restricted to 1-D and 2-D vectors and matrices. Also, operators
146146
//! operate elementwise by default, so the multiplication operator `*` performs
147147
//! elementwise multiplication instead of matrix multiplication. (You have to
148-
//! specifically call `.dot()` if you want matrix multiplication.) Linear algebra
149-
//! with `ndarray` is provided by other crates, e.g.
150-
//! [`ndarray-linalg`](https://crates.io/crates/ndarray-linalg) and
151-
//! [`linxal`](https://crates.io/crates/linxal).
148+
//! specifically call `.dot()` if you want matrix multiplication.)
149+
//!
150+
//! Linear algebra with `ndarray` is provided by another crates,
151+
//! [`ndarray-linalg`](https://crates.io/crates/ndarray-linalg).
152152
//!
153153
//! # Rough `ndarray`–NumPy equivalents
154154
//!

0 commit comments

Comments
 (0)