From 6829505a56eebec764ea06b881fc86ab9a79b972 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sun, 19 Nov 2017 16:12:28 -0500 Subject: [PATCH] Remove the lonely mention of the UmfpackLU object from the manual. --- doc/src/manual/linear-algebra.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/manual/linear-algebra.md b/doc/src/manual/linear-algebra.md index 4b6ca5cc69b31..64b08b6370bd1 100644 --- a/doc/src/manual/linear-algebra.md +++ b/doc/src/manual/linear-algebra.md @@ -237,7 +237,6 @@ of the standard library documentation. | `CholeskyPivoted` | [Pivoted](https://en.wikipedia.org/wiki/Pivot_element) Cholesky factorization | | `LU` | [LU factorization](https://en.wikipedia.org/wiki/LU_decomposition) | | `LUTridiagonal` | LU factorization for [`Tridiagonal`](@ref) matrices | -| `UmfpackLU` | LU factorization for sparse matrices (computed by UMFPack) | | `QR` | [QR factorization](https://en.wikipedia.org/wiki/QR_decomposition) | | `QRCompactWY` | Compact WY form of the QR factorization | | `QRPivoted` | Pivoted [QR factorization](https://en.wikipedia.org/wiki/QR_decomposition) |