aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-29 02:42:56 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-29 02:42:56 +0000
commitdc38c877792287240f7ee37d6444da9801a21f57 (patch)
tree962ef238acbc752402dbc7543a017d391c1cad2f /NEWS
parent9419ecc6e9092e0133cfc8c44d87c6d70c6ace28 (diff)
downloadruby-dc38c877792287240f7ee37d6444da9801a21f57.tar.gz
* lib/matrix.rb: Add aliases for Vector#cross & dot
patch by gogo tanaka [#10352] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 158545c0a7..fa235bb23d 100644
--- a/NEWS
+++ b/NEWS
@@ -154,6 +154,7 @@ with all sufficient information, see the ChangeLog file.
along the +num+ -th row or column.
* Vector.basis(size:, index:) returns the specified basis vector
* Unary - and + added for Vector and Matrix
+ * Vector#dot and #cross are aliases for #inner_product and #cross_product
* Pathname
* Pathname#/ is aliased to Pathname#+.