summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 01:13:22 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 01:13:22 +0000
commit54bbc098fa1e05570e960750bf2c86d45017e575 (patch)
tree2c10d54b1e3b477341ee99bbf57b5669c3714fac /NEWS
parentde97e946f04dd0374d6f2580c97591bc1fdc1f3f (diff)
* lib/matrix.rb: Matrix.zero can build rectangular matrices.
Vector#r should be called #magnitude git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f400391b67..6758e74564 100644
--- a/NEWS
+++ b/NEWS
@@ -168,10 +168,12 @@ with all sufficient information, see the ChangeLog file.
* Matrix#unitary?
* Matrix#upper_triangular?
* Matrix#zero?
+ * Vector#magnitude
* extended methods:
* Matrix#each and #each_with_index can iterate on a subset of the elements
* Matrix#find_index returns [row, column] and can iterate on a subset
of the elements
+ * Matrix.zero can build rectangular matrices
* net/http
* SNI (Server Name Indication) supported for HTTPS.