Mercurial > hg > octave-lyh
diff liboctave/CmplxQR.h @ 539:5ec10a984241
[project @ 1994-07-21 22:40:04 by jwe]
author | jwe |
---|---|
date | Thu, 21 Jul 1994 22:42:09 +0000 |
parents | 3d4b4f0fa5ba |
children | 714fd17fca28 |
line wrap: on
line diff
--- a/liboctave/CmplxQR.h +++ b/liboctave/CmplxQR.h @@ -31,6 +31,7 @@ class ostream; #include "CMatrix.h" +#include "dbleQR.h" extern "C++" { @@ -40,7 +41,7 @@ ComplexQR (void) {} - ComplexQR (const ComplexMatrix& A); + ComplexQR (const ComplexMatrix& A, QR::type qr_type = QR::std); ComplexQR (const ComplexQR& a); @@ -51,7 +52,7 @@ friend ostream& operator << (ostream& os, const ComplexQR& a); -private: +protected: ComplexMatrix q; ComplexMatrix r;