summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-29 02:43:52 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-29 02:43:52 +0000
commitaa87ea991570acf8d0c55ce116999ac170c915c2 (patch)
tree06b524401be188e3d09994db3cf7d0d78bea104a /NEWS
parent764524f65b1b27a0670c81e3605a9ac8e3385040 (diff)
* lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensions
based on a patch by gogo tanaka [#10074] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48183 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 bd7e773689..8c46c971a1 100644
--- a/NEWS
+++ b/NEWS
@@ -155,6 +155,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#cross_product generalized to arbitrary dimensions
* Vector#dot and #cross are aliases for #inner_product and #cross_product
* Pathname