Mercurial > hg > octave-lyh
comparison liboctave/dbleSCHUR.cc @ 2804:eedc2f3f61f7
[project @ 1997-03-11 04:34:50 by jwe]
author | jwe |
---|---|
date | Tue, 11 Mar 1997 04:48:53 +0000 |
parents | 1b57120c997b |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2803:f96fae33b877 | 2804:eedc2f3f61f7 |
---|---|
31 #include <iostream.h> | 31 #include <iostream.h> |
32 | 32 |
33 #include "dbleSCHUR.h" | 33 #include "dbleSCHUR.h" |
34 #include "f77-fcn.h" | 34 #include "f77-fcn.h" |
35 #include "lo-error.h" | 35 #include "lo-error.h" |
36 #include "mx-inlines.cc" | |
37 | 36 |
38 extern "C" | 37 extern "C" |
39 { | 38 { |
40 int F77_FCN (dgeesx, DGEESX) (const char*, const char*, | 39 int F77_FCN (dgeesx, DGEESX) (const char*, const char*, |
41 SCHUR::select_function, const char*, | 40 SCHUR::select_function, const char*, |