diff liboctave/dbleSCHUR.h @ 10822:23d2378512a0

implement rsf2csf
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 27 Jul 2010 11:26:43 +0200
parents cbc402e64d83
children 367bfee35ba0
line wrap: on
line diff
--- a/liboctave/dbleSCHUR.h	Mon Jul 26 21:25:36 2010 -0700
+++ b/liboctave/dbleSCHUR.h	Tue Jul 27 11:26:43 2010 +0200
@@ -48,6 +48,8 @@
   SCHUR (const SCHUR& a)
     : schur_mat (a.schur_mat), unitary_mat (a.unitary_mat) { }
 
+  SCHUR (const Matrix& s, const Matrix& u);
+
   SCHUR& operator = (const SCHUR& a)
     {
       if (this != &a)