summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
diff options
context:
space:
mode:
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