diff liboctave/dbleQR.cc @ 9734:1a9508872af0

initialize QR:: constants
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 17 Oct 2009 06:29:05 +0200
parents 7918eb15040c
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/dbleQR.cc	Fri Oct 16 13:13:36 2009 +0200
+++ b/liboctave/dbleQR.cc	Sat Oct 17 06:29:05 2009 +0200
@@ -84,6 +84,8 @@
 #endif
 }
 
+const QR::type QR::raw, QR::std, QR::economy;
+
 QR::QR (const Matrix& a, qr_type_t qr_type)
 {
   init (a, qr_type);