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 /*************************************************************************/
37 {
38  iset(METIS_NOPTIONS, -1, options);
39 
40  return METIS_OK;
41 }
42 
43 
int METIS_Free(void *ptr)
Definition: auxapi.c:23
int METIS_SetDefaultOptions(idx_t *options)
Definition: auxapi.c:36
#define METIS_NOPTIONS
float * ptr
int32_t idx_t
#define NULL
Definition: ccolamd.c:609
#define iset
Definition: gklib_rename.h:67


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:40