diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-07 19:29:53 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-07 19:29:53 +0000 |
commit | eb9c3e7120286163c8dfb4c802ddad8c36c9f0c4 (patch) | |
tree | 2c71ee3b67f71ee0eeebfb463d7a0f5ae32c3b31 /NEWS | |
parent | 2ebafed88a665dcaaf4fb58b8c3fd0809db8fa2c (diff) | |
download | ruby-eb9c3e7120286163c8dfb4c802ddad8c36c9f0c4.tar.gz |
* 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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |