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 7b39e63 commit b53fe39Copy full SHA for b53fe39
src/lib.rs
@@ -10,13 +10,13 @@
10
//! - [operator norm for L1 norm](matrix/trait.Matrix.html#tymethod.norm_1)
11
//! - [operator norm for L-inf norm](matrix/trait.Matrix.html#tymethod.norm_i)
12
//! - [Frobeiuns norm](matrix/trait.Matrix.html#tymethod.norm_f)
13
+//! - [LU factorization](matrix/trait.Matrix.html#tymethod.lu)
14
//!
15
//! SquareMatrix
16
//! -------------
17
//! - [inverse of matrix](square/trait.SquareMatrix.html#tymethod.inv)
18
//! - [trace of matrix](square/trait.SquareMatrix.html#tymethod.trace)
19
//! - [WIP] eigenvalue
-//! - [LU factorization](square/trait.SquareMatrix.html#tymethod.lu)
20
21
//! HermiteMatrix
22
//! --------------
0 commit comments