diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-29 02:43:52 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-29 02:43:52 +0000 |
commit | aa87ea991570acf8d0c55ce116999ac170c915c2 (patch) | |
tree | 06b524401be188e3d09994db3cf7d0d78bea104a /NEWS | |
parent | 764524f65b1b27a0670c81e3605a9ac8e3385040 (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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |