gtsam
3rdparty
metis
libmetis
auxapi.c
Go to the documentation of this file.
1
12
#include "
metislib.h
"
13
14
15
/*************************************************************************/
22
/*************************************************************************/
23
int
METIS_Free
(
void
*ptr)
24
{
25
if
(ptr !=
NULL
) free(ptr);
26
return
METIS_OK
;
27
}
28
29
30
/*************************************************************************/
35
/*************************************************************************/
36
int
METIS_SetDefaultOptions
(
idx_t
*
options
)
37
{
38
iset
(
METIS_NOPTIONS
, -1, options);
39
40
return
METIS_OK
;
41
}
42
43
METIS_Free
int METIS_Free(void *ptr)
Definition:
auxapi.c:23
METIS_SetDefaultOptions
int METIS_SetDefaultOptions(idx_t *options)
Definition:
auxapi.c:36
metislib.h
METIS_NOPTIONS
#define METIS_NOPTIONS
Definition:
include/metis.h:175
idx_t
int32_t idx_t
Definition:
include/metis.h:101
METIS_OK
Definition:
include/metis.h:254
NULL
#define NULL
Definition:
ccolamd.c:609
options
Definition:
options.h:16
iset
#define iset
Definition:
gklib_rename.h:67
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:33:56