SuperLU
7.0.0
SRC
superlu_config.h
Go to the documentation of this file.
1
2
#ifndef SUPERLU_CONFIG_H
3
#define SUPERLU_CONFIG_H
4
5
/* Enable metis */
6
#define HAVE_METIS TRUE
7
8
/* Enable colamd */
9
/* #undef HAVE_COLAMD */
10
11
/* enable 64bit index mode */
12
/* #undef XSDK_INDEX_SIZE */
13
14
/* Integer type for indexing sparse matrix meta structure */
15
#if defined(XSDK_INDEX_SIZE) && (XSDK_INDEX_SIZE == 64)
16
#include <stdint.h>
17
#define _LONGINT 1
18
typedef
int64_t
int_t
;
19
#else
20
typedef
int
int_t
;
/* default */
21
#endif
22
23
#endif
/* SUPERLU_CONFIG_H */
24
int_t
int int_t
Definition:
superlu_config.h:20
Generated by
1.9.4