diff liboctave/dbleSVD.h @ 1529:8a6f67c94de8

[project @ 1995-10-05 01:48:40 by jwe]
author jwe
date Thu, 05 Oct 1995 01:51:41 +0000
parents dc527156c38c
children 5bd8c07faacf
line wrap: on
line diff
--- a/liboctave/dbleSVD.h
+++ b/liboctave/dbleSVD.h
@@ -48,9 +48,9 @@
   SVD (void) { }
 
 
-  SVD (const Matrix& a, type svd_type) { init (a, svd_type); }
+  SVD (const Matrix& a, type svd_type = SVD::std) { init (a, svd_type); }
 
-  SVD (const Matrix& a, int& info, type svd_type)
+  SVD (const Matrix& a, int& info, type svd_type = SVD::std)
     {
       info = init (a, svd_type);
     }