Main Page   Compound List   File List   Compound 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 __STDC__
00010 
00011 extern int GaussSimplify ( Matrix *M, Matrix *M2 );
00012 extern int PolyhedronLTQ ( Polyhedron *P1, Polyhedron *P2, int INDEX, int
00013                            PDIM, int MAXRAYS );
00014 extern int PolyhedronTSort ( Polyhedron ** L, unsigned int n, unsigned
00015                              int index, unsigned int pdim, int * time,
00016                              int * pvect, unsigned int MAXRAYS );
00017 extern int Polyhedron_Not_Empty ( Polyhedron *P, Polyhedron *C, int
00018                                   MAXRAYS );
00019 
00020 #else /* __STDC__ */
00021 
00022 extern int GaussSimplify (/* Matrix *M, Matrix *M2 */);
00023 extern int PolyhedronLTQ (/* Polyhedron *P1, Polyhedron *P2, int INDEX,
00024                            int PDIM, int MAXRAYS */);
00025 extern int PolyhedronTSort (/* Polyhedron ** L, unsigned int n, unsigned
00026                              int index, unsigned int pdim, int * time,
00027                              int * pvect, unsigned int MAXRAYS */);
00028 extern int Polyhedron_Not_Empty (/* Polyhedron *P, Polyhedron *C, int
00029                                   MAXRAYS */);
00030 
00031 #endif /* __STDC__ */
00032 #endif /* _alpha_h_ */

Generated on Mon Mar 15 10:59:50 2004 for polylib by doxygen1.2.18