Mercurial > hg > octave-lyh
comparison liboctave/oct-sparse.h @ 5518:a9bd6c31751f
[project @ 2005-10-29 04:26:38 by jwe]
author | jwe |
---|---|
date | Sat, 29 Oct 2005 04:28:23 +0000 |
parents | 7c8767d0ffc0 |
children | 9761b7d24e9e |
comparison
equal
deleted
inserted
replaced
5517:947aa3464e1d | 5518:a9bd6c31751f |
---|---|
30 | 30 |
31 #ifdef __cplusplus | 31 #ifdef __cplusplus |
32 extern "C" { | 32 extern "C" { |
33 #endif | 33 #endif |
34 | 34 |
35 #if defined (HAVE_UFSPARSE_UMFPACK_h) | 35 #if defined (HAVE_UFSPARSE_UMFPACK_H) |
36 #include <ufsparse/umfpack.h> | 36 #include <ufsparse/umfpack.h> |
37 #elif defined (HAVE_UMFPACK_UMFPACK_H) | 37 #elif defined (HAVE_UMFPACK_UMFPACK_H) |
38 #include <umfpack/umfpack.h> | 38 #include <umfpack/umfpack.h> |
39 #elif defined (HAVE_UMFPACK_H) | 39 #elif defined (HAVE_UMFPACK_H) |
40 #include <umfpack.h> | 40 #include <umfpack.h> |