Mercurial > hg > octave-thorsten
comparison liboctave/EIG.cc @ 1368:33bb7975f866
[project @ 1995-09-06 00:12:48 by jwe]
author | jwe |
---|---|
date | Wed, 06 Sep 1995 00:12:48 +0000 |
parents | 9b2654476502 |
children | 2ffe49eb95a5 |
comparison
equal
deleted
inserted
replaced
1367:9f9131a8d706 | 1368:33bb7975f866 |
---|---|
28 #ifdef HAVE_CONFIG_H | 28 #ifdef HAVE_CONFIG_H |
29 #include <config.h> | 29 #include <config.h> |
30 #endif | 30 #endif |
31 | 31 |
32 #include "EIG.h" | 32 #include "EIG.h" |
33 #include "f77-uscore.h" | |
34 #include "lo-error.h" | |
33 #include "mx-inlines.cc" | 35 #include "mx-inlines.cc" |
34 #include "lo-error.h" | |
35 #include "f77-uscore.h" | |
36 | 36 |
37 extern "C" | 37 extern "C" |
38 { | 38 { |
39 int F77_FCN (dgeev, DGEEV) (const char*, const char*, const int&, | 39 int F77_FCN (dgeev, DGEEV) (const char*, const char*, const int&, |
40 double*, const int&, double*, double*, | 40 double*, const int&, double*, double*, |