diff liboctave/dMatrix.h @ 1959:9fae6fc592f2

[project @ 1996-02-15 04:54:32 by jwe]
author jwe
date Thu, 15 Feb 1996 04:54:32 +0000
parents 1281a23a34dd
children 665a44bb6a56
line wrap: on
line diff
--- a/liboctave/dMatrix.h	Thu Feb 15 04:46:20 1996 +0000
+++ b/liboctave/dMatrix.h	Thu Feb 15 04:54:32 1996 +0000
@@ -242,9 +242,11 @@
   Matrix (double *d, int r, int c) : MArray2<double> (d, r, c) { }
 };
 
-Matrix Givens (double, double);
+extern Matrix Givens (double, double);
 
-Matrix Sylvester (const Matrix&, const Matrix&, const Matrix&);
+extern Matrix Sylvester (const Matrix&, const Matrix&, const Matrix&);
+
+extern ComplexColumnVector Qzval (const Matrix& a, const Matrix& b);
 
 #endif