summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cee2bc0777..edb6ad683e 100644
--- a/NEWS
+++ b/NEWS
@@ -159,12 +159,15 @@ with all sufficient information, see the ChangeLog file.
* matrix
* new classes:
* Matrix::EigenvalueDecomposition
+ * Matrix::LUPDecomposition
* new methods:
* Matrix#diagonal?
* Matrix#eigen
* Matrix#eigensystem
* Matrix#hermitian?
* Matrix#lower_triangular?
+ * Matrix#lup
+ * Matrix#lup_decomposition
* Matrix#normal?
* Matrix#orthogonal?
* Matrix#permutation?