mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: added period into Matrix section. [ci skip]
[misc #10446][ruby-core:65987] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eb3c563fa6
commit
888e16c51e
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Nov 3 11:47:44 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* NEWS: added period into Matrix section. [ci skip]
|
||||
[misc #10446][ruby-core:65987]
|
||||
|
||||
Mon Nov 3 09:43:30 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* vm_args.c: fixed build error with clang
|
||||
|
|
8
NEWS
8
NEWS
|
@ -161,10 +161,10 @@ with all sufficient information, see the ChangeLog file.
|
|||
horizontally and vertically.
|
||||
* Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion
|
||||
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
|
||||
* 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
|
||||
* Pathname#/ is aliased to Pathname#+.
|
||||
|
|
Loading…
Add table
Reference in a new issue