From eb9c3e7120286163c8dfb4c802ddad8c36c9f0c4 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 7 Oct 2014 19:29:53 +0000 Subject: * lib/matrix.rb: Add Vector.basis. Based on patch by gogo tanaka [#10072] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 62def458df..8222050f93 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,7 @@ with all sufficient information, see the ChangeLog file. which is obtained by multiplying the first minor by (-1)**(row + column). * hstack and vstack are new instance and class methods to stack matrices horizontally and vertically. + * Vector.basis(size:, index:) returns the specified basis vector * Method * New methods: -- cgit v1.2.3