Skip to content

Commit fdfee3c

Browse files
committed
Update doc
1 parent 7184170 commit fdfee3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
//! - [inverse of matrix](square/trait.SquareMatrix.html#tymethod.inv)
1717
//! - [trace of matrix](square/trait.SquareMatrix.html#tymethod.trace)
1818
//! - [WIP] eigenvalue
19-
//! - [WIP] LU factorization
19+
//! - [LU factorization](square/trait.SquareMatrix.html#tymethod.lu)
2020
//!
2121
//! HermiteMatrix
2222
//! --------------
2323
//! - [eigenvalue analysis](hermite/trait.HermiteMatrix.html#tymethod.eigh)
2424
//! - [symmetric square root](hermite/trait.HermiteMatrix.html#tymethod.ssqrt)
25-
//! - [WIP] Cholesky factorization
25+
//! - [Cholesky factorization](hermite/trait.HermiteMatrix.html#tymethod.cholesky)
2626
2727
extern crate lapack;
2828
extern crate num_traits;

0 commit comments

Comments
 (0)