Program listing for file numerics/src/tools/vertex_extraction.h#

 1#ifndef vertex_extraction_h
 2#define vertex_extraction_h
 3
 4#include "SiconosConfig.h"
 5#include "SiconosLapack.h"
 6#include "SiconosSets.h"
 7
 8#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
 9extern "C"
10{
11#endif
12
13  void siconos_find_vertex(const polyhedron* P, unsigned size, lapack_int* basis);
14
15#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
16}
17#endif
18
19#endif