summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-07 19:29:53 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-07 19:29:53 +0000
commiteb9c3e7120286163c8dfb4c802ddad8c36c9f0c4 (patch)
tree2c71ee3b67f71ee0eeebfb463d7a0f5ae32c3b31 /NEWS
parent2ebafed88a665dcaaf4fb58b8c3fd0809db8fa2c (diff)
* 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--NEWS1
1 files changed, 1 insertions, 0 deletions
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: