Mercurial > hg > octave-nkf
comparison liboctave/dSparse.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 |
---|---|
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 "SparsedbleLU.h" | 42 #include "SparsedbleLU.h" |
43 #include "SparseType.h" | 43 #include "SparseType.h" |
44 | 44 #include "oct-sparse.h" |
45 #ifdef HAVE_UMFPACK | |
46 // External UMFPACK functions in C | |
47 extern "C" { | |
48 #include <umfpack/umfpack.h> | |
49 } | |
50 #endif | |
51 | 45 |
52 // Fortran functions we call. | 46 // Fortran functions we call. |
53 extern "C" | 47 extern "C" |
54 { | 48 { |
55 F77_RET_T | 49 F77_RET_T |