Project

General

Profile

Misc #10446 ยป super_little_fix_for_NEWS.patch

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

View differences:

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