[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.3.1 PolyLib
#include <cloog/polylib/cloog.h> CloogDomain *cloog_domain_from_polylib_polyhedron(CloogState *state, Polyhedron *, int nb_par);
The function cloog_domain_from_polylib_polyhedron
takes a PolyLib
Polyhedron
as input and returns a pointer to a CloogDomain
.
The nb_par
parameter indicates the number of parameters
in the domain. The input data structure if neither modified nor freed.
This document was generated on August 20, 2013 using texi2html 5.0.