diff liboctave/dMatrix.cc @ 4384:f1fcc371e5ef

[project @ 2003-04-23 19:51:57 by jwe]
author jwe
date Wed, 23 Apr 2003 19:51:58 +0000
parents 9f86c2055b58
children c4bde1d5eb98
line wrap: on
line diff
--- a/liboctave/dMatrix.cc	Tue Apr 22 19:10:40 2003 +0000
+++ b/liboctave/dMatrix.cc	Wed Apr 23 19:51:58 2003 +0000
@@ -701,7 +701,7 @@
 }
 
 Matrix
-Matrix::pseudo_inverse (double tol)
+Matrix::pseudo_inverse (double tol) const
 {
   SVD result (*this, SVD::economy);