Mercurial > hg > octave-nkf
comparison liboctave/CMatrix.cc @ 1367:9f9131a8d706
[project @ 1995-09-06 00:07:03 by jwe]
author | jwe |
---|---|
date | Wed, 06 Sep 1995 00:07:03 +0000 |
parents | 9b2654476502 |
children | d1fe5918e16b |
comparison
equal
deleted
inserted
replaced
1366:f75432dff006 | 1367:9f9131a8d706 |
---|---|
27 | 27 |
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 <sys/types.h> | 32 #include <cfloat> |
33 | |
33 #include <iostream.h> | 34 #include <iostream.h> |
34 #include <float.h> | 35 |
36 #include <sys/types.h> // XXX FIXME XXX | |
35 | 37 |
36 #include <Complex.h> | 38 #include <Complex.h> |
37 | 39 |
38 #include "mx-base.h" | |
39 #include "CmplxDET.h" | 40 #include "CmplxDET.h" |
40 #include "CmplxSVD.h" | 41 #include "CmplxSVD.h" |
42 #include "f77-uscore.h" | |
43 #include "lo-error.h" | |
44 #include "mx-base.h" | |
41 #include "mx-inlines.cc" | 45 #include "mx-inlines.cc" |
42 #include "lo-error.h" | |
43 #include "f77-uscore.h" | |
44 | 46 |
45 // Fortran functions we call. | 47 // Fortran functions we call. |
46 | 48 |
47 extern "C" | 49 extern "C" |
48 { | 50 { |