Bug #2070

library matrix の説明

Added by 5 5 over 2 years ago. Updated 10 months ago.

Status:Closed Start date:09/10/2009
Priority:Low Due date:
Assignee:Tomohiro Koike % Done:

0%

Category:doc
Target version:-
reporter:5.5 ruby_version:1.8, 1.9

Description

library matrix の「要約」が
 行列を扱うためのライブラリです。
となっていますが,Vector クラスも含むので,
 行列と数ベクトルを扱うためのライブラリです。
が適切だと思います。
※もちろん,数学的には数ベクトルも 1×n または n×1 の行列と見なせますが,
そういうふうに実装されていないし,より明確にという意図の提案です。

Associated revisions

Revision 4037
Added by bornite almost 2 years ago

fix Bug #2070

History

Updated by 5 5 about 2 years ago

パッチです。

Index: refm/api/src/matrix.rd
===================================================================
--- refm/api/src/matrix.rd	(revision 3833)
+++ refm/api/src/matrix.rd	(working copy)
@@ -1,4 +1,4 @@
-行列を扱うためのライブラリです。
+行列と数ベクトルを扱うためのライブラリです。

 #@# [2002-04-02]  by [[unknown:すす|URL:mailto:sugawah@attglobal.net]]

Updated by Tomohiro Koike almost 2 years ago

  • Status changed from Open to Assigned
  • Assignee set to Tomohiro Koike

Updated by Tomohiro Koike almost 2 years ago

ご指摘ありがとうございます
r4037 で修正しました

Updated by Tomohiro Koike almost 2 years ago

  • Status changed from Assigned to Closed

Also available in: Atom PDF