From aa87ea991570acf8d0c55ce116999ac170c915c2 Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 29 Oct 2014 02:43:52 +0000 Subject: * 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 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 -- cgit v1.2.3