Mercurial > hg > octave-lyh
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 +++ b/liboctave/dMatrix.h @@ -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