summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:23:12 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:23:12 +0000
commitc8e23882574a7cf14c5800369ca1e838eea7fe88 (patch)
tree172940bc91505bfa398089c7f2b446e4650a51e6 /NEWS
parent59a3d59496607ebeb618fd781d3af9a6bc8c647e (diff)
* lib/matrix: Add LUP decomposition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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?