Main Page   Compound List   File List   Compound Members   File Members  

eval_ehrhart.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: Mon Mar 30 11:33:23 1998
00006  */
00007 #ifndef _eval_ehrhart_H_
00008 #define _eval_ehrhart_H_
00009 #ifdef __STDC__
00010 
00011 extern double compute_evalue ( evalue *e, Value *list_args );
00012 extern Value *compute_poly (Enumeration *en, Value *list_args);
00013 extern int in_domain(Polyhedron *P, Value *list_args);
00014 
00015 #else /* __STDC__ */
00016 
00017 extern double compute_evalue (/* evalue *e, Value *list_args */);
00018 extern Value *compute_poly (/* Enumeration *en, Value *list_args */);
00019 extern int in_domain(/* Polyhedron *P, Value *list_args */);
00020 
00021 #endif /* __STDC__ */
00022 #endif /* _eval_ehrhart_H_ */
00023 
00024 
00025 

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