diff liboctave/CMatrix.cc @ 4384:f1fcc371e5ef

[project @ 2003-04-23 19:51:57 by jwe]
author jwe
date Wed, 23 Apr 2003 19:51:58 +0000
parents a6c22c2c9b09
children 53ee020af847
line wrap: on
line diff
--- a/liboctave/CMatrix.cc
+++ b/liboctave/CMatrix.cc
@@ -1034,7 +1034,7 @@
 }
 
 ComplexMatrix
-ComplexMatrix::pseudo_inverse (double tol)
+ComplexMatrix::pseudo_inverse (double tol) const
 {
   ComplexMatrix retval;