summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-08-14 03:56:28 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-08-14 03:56:28 +0000
commit39ac1d7c22072f2d520738098692bdbce2f380df (patch)
tree97866a3781af260ce47912f61a6190b9d72270f4 /lib/matrix.rb
parentc086e784e200dc555e3f6d0ddb2edfdffd4f166d (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/matrix.rb')
-rw-r--r--lib/matrix.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/matrix.rb b/lib/matrix.rb
index 99f44857a3..fcb0b29eb5 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -17,17 +17,15 @@
# :
# rown]
#
-# column: 列
-# row: 行
#
# module ExceptionForMatrix::
# Exceptions:
# ErrDimensionMismatch
-# 行または列数が一致していない.
+# number of column/row do not match
# ErrNotRegular
-# 正則行列でない.
+# not a regular matrix
# ErrOperationNotDefined
-# その演算子はまだ定義されていない.
+# specified operator is not defined (yet)
#
# class Matrix
# include ExceptionForMatrix