Project

General

Profile

Feature #10445 » update_NEWS.patch

gogotanaka (Kazuki Tanaka), 10/29/2014 08:27 AM

View differences:

NEWS
* 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
* Extended methods:
* Matrix#[] returns new vector if either arguments is range,
and returns new matrix if both arguments are range.
* Pathname
* Pathname#/ is aliased to Pathname#+.
(3-3/3)