Main Page | Class List | File List | Class Members | File Members

alpha.h

Go to the documentation of this file.
00001 /*
00002  *   This file was automatically generated by version 1.7 of cextract.
00003  *   Manual editing not recommended.
00004  *
00005  *   Created: Tue Feb 16 12:45:56 1999
00006  */
00007 #ifndef _alpha_h_
00008 #define _alpha_h_
00009 #if (defined(__STDC__) || defined(__cplusplus))
00010 
00011 #if defined(__cplusplus)
00012 extern "C" {
00013 #endif
00014 
00015 extern int GaussSimplify ( Matrix *M, Matrix *M2 );
00016 extern int PolyhedronLTQ ( Polyhedron *P1, Polyhedron *P2, int INDEX, int
00017                            PDIM, int MAXRAYS );
00018 extern int PolyhedronTSort ( Polyhedron ** L, unsigned int n, unsigned
00019                              int index, unsigned int pdim, int * time,
00020                              int * pvect, unsigned int MAXRAYS );
00021 extern int Polyhedron_Not_Empty ( Polyhedron *P, Polyhedron *C, int
00022                                   MAXRAYS );
00023 #if defined(__cplusplus)
00024 }
00025 #endif
00026 
00027 #else /* (defined(__STDC__) || defined(__cplusplus)) */
00028 
00029 extern int GaussSimplify (/* Matrix *M, Matrix *M2 */);
00030 extern int PolyhedronLTQ (/* Polyhedron *P1, Polyhedron *P2, int INDEX,
00031                            int PDIM, int MAXRAYS */);
00032 extern int PolyhedronTSort (/* Polyhedron ** L, unsigned int n, unsigned
00033                              int index, unsigned int pdim, int * time,
00034                              int * pvect, unsigned int MAXRAYS */);
00035 extern int Polyhedron_Not_Empty (/* Polyhedron *P, Polyhedron *C, int
00036                                   MAXRAYS */);
00037 
00038 #endif /* (defined(__STDC__) || defined(__cplusplus)) */
00039 #endif /* _alpha_h_ */

Generated on Mon Sep 12 14:48:28 2005 for polylib by doxygen 1.3.5