summaryrefslogtreecommitdiffstats
path: root/lib/matrix.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-09-01 09:48:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-09-01 09:48:03 +0000
commit1f72ff9b643dff5f4c5a40bf672a2525d66bd99f (patch)
treef83116ebca291337b9948831c617217c18f6a317 /lib/matrix.rb
parentaeb066503409062fc8fe8b241e512f5f6aebb128 (diff)
downloadruby-1f72ff9b643dff5f4c5a40bf672a2525d66bd99f.tar.gz
ruby-1f72ff9b643dff5f4c5a40bf672a2525d66bd99f.tar.xz
ruby-1f72ff9b643dff5f4c5a40bf672a2525d66bd99f.zip
regexp literal (e.g. \202) match, etc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/matrix.rb')
-rw-r--r--lib/matrix.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/matrix.rb b/lib/matrix.rb
index 4d4ca343f..a408f4be9 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -1,8 +1,8 @@
#
# matrix.rb -
# $Release Version: 1.0$
-# $Revision: 1.8 $
-# $Date: 1999/02/17 12:34:19 $
+# $Revision: 1.9 $
+# $Date: 1999/08/24 10:25:00 $
# Original Version from Smalltalk-80 version
# on July 23, 1985 at 8:37:17 am
# by Keiju ISHITSUKA
@@ -593,6 +593,7 @@ class Matrix
end while a[i][k] == 0
a[i], a[k] = a[k], a[i]
akk = a[k][k]
+ det *= -1
end
(k + 1).upto(size) do
|i|