[前][次][番号順一覧][スレッド一覧]

ruby-changes:35757

From: marcandre <ko1@a...>
Date: Wed, 8 Oct 2014 05:17:08 +0900 (JST)
Subject: [ruby-changes:35757] marcandRe: r47839 (trunk): * NEWS: Move Matrix changes to the right place

marcandre	2014-10-08 05:16:55 +0900 (Wed, 08 Oct 2014)

  New Revision: 47839

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47839

  Log:
    * NEWS: Move Matrix changes to the right place

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 47838)
+++ NEWS	(revision 47839)
@@ -76,18 +76,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L76
     * Most symbols which are returned by String#to_sym and
       String#intern are GC-able.
 
-* Matrix
-  * New methods:
-    * Matrix#first_minor(row, column) returns the submatrix obtained
-      by deleting the specified row and column.
-    * Matrix#cofactor(row, column) returns the (row, column) cofactor
-      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.
-    * 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
-
 * Method
   * New methods:
     * Method#curry([arity]) returns a curried Proc.
@@ -148,6 +136,18 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L136
   * Extended methods:
     * find method accepts "ignore_error" keyword argument.
 
+* Matrix
+  * New methods:
+    * Matrix#first_minor(row, column) returns the submatrix obtained
+      by deleting the specified row and column.
+    * Matrix#cofactor(row, column) returns the (row, column) cofactor
+      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.
+    * 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
+
 * Pathname
   * Pathname#/ is aliased to Pathname#+.
   * New methods:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]