summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:13:35 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:13:35 +0000
commit004c34f9de58067e627eb714083ca99b17e3fcfd (patch)
treea9ae5d66790766d0966d591795d91f2ccb6b47cf /NEWS
parent376b8251271da10ff3571b9a15c25333bb4492bc (diff)
* lib/matrix: Add Eigenvalue Decomposition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1fd0a0c010..dd6ab19623 100644
--- a/NEWS
+++ b/NEWS
@@ -157,8 +157,12 @@ with all sufficient information, see the ChangeLog file.
* IO.console
* matrix
+ * new classes:
+ * Matrix::EigenvalueDecomposition
* new methods:
* Matrix#diagonal?
+ * Matrix#eigen
+ * Matrix#eigensystem
* Matrix#hermitian?
* Matrix#lower_triangular?
* Matrix#normal?