Mercurial > hg > octave-lyh
comparison liboctave/CSparse.cc @ 5451:ed08548b9054
[project @ 2005-09-15 19:52:50 by jwe]
author | jwe |
---|---|
date | Thu, 15 Sep 2005 19:52:50 +0000 |
parents | 2042301733ce |
children | b4cfbb0ec8c4 |
comparison
equal
deleted
inserted
replaced
5450:6b42c78c77d3 | 5451:ed08548b9054 |
---|---|
38 #include "CSparse.h" | 38 #include "CSparse.h" |
39 #include "boolSparse.h" | 39 #include "boolSparse.h" |
40 #include "dSparse.h" | 40 #include "dSparse.h" |
41 #include "oct-spparms.h" | 41 #include "oct-spparms.h" |
42 #include "SparseCmplxLU.h" | 42 #include "SparseCmplxLU.h" |
43 | 43 #include "oct-sparse.h" |
44 #ifdef HAVE_UMFPACK | |
45 // External UMFPACK functions in C | |
46 extern "C" { | |
47 #include <umfpack/umfpack.h> | |
48 } | |
49 #endif | |
50 | 44 |
51 // Fortran functions we call. | 45 // Fortran functions we call. |
52 extern "C" | 46 extern "C" |
53 { | 47 { |
54 F77_RET_T | 48 F77_RET_T |