comparison src/DLD-FUNCTIONS/colamd.cc @ 8377:25bc2d31e1bf

improve OCTAVE_LOCAL_BUFFER
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 29 Oct 2008 16:52:10 +0100
parents 4976f66d469b
children eb63fbe60fab
comparison
equal deleted inserted replaced
8376:c43481a19bfe 8377:25bc2d31e1bf
40 40
41 #include "ov-re-sparse.h" 41 #include "ov-re-sparse.h"
42 #include "ov-cx-sparse.h" 42 #include "ov-cx-sparse.h"
43 43
44 #include "oct-sparse.h" 44 #include "oct-sparse.h"
45 #include "oct-locbuf.h"
45 46
46 #ifdef IDX_TYPE_LONG 47 #ifdef IDX_TYPE_LONG
47 #define COLAMD_NAME(name) colamd_l ## name 48 #define COLAMD_NAME(name) colamd_l ## name
48 #define SYMAMD_NAME(name) symamd_l ## name 49 #define SYMAMD_NAME(name) symamd_l ## name
49 #else 50 #else