Project

General

Profile

Feature #10451 » update_NEWS.patch

gogotanaka (Kazuki Tanaka), 10/29/2014 06:50 PM

View differences:

NEWS
* 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.
* independent? is new instance and class method which retruns true
iff all of vectors are linearly independent.
* 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.
(1-1/3)