| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.4 CloogScattering
CloogScattering *cloog_domain_read_scattering(CloogDomain *domain,
FILE *foo);
CloogScattering *cloog_scattering_from_cloog_matrix(CloogState *state,
CloogMatrix *matrix, int nb_scat, int nb_par);
void cloog_scattering_free(CloogScattering *);
The CloogScattering type represents a scattering function.
A CloogScattering for a given CloogDomain can be read
from a file using cloog_scattering_read or converted
from a CloogMatrix using cloog_scattering_from_cloog_matrix.
The function cloog_scattering_from_cloog_matrix takes a
CloogState, a CloogMatrix and two ints as input and
returns a
pointer to a CloogScattering.
matrix describes the scattering, while nb_scat and
nb_par are the number of scattering dimensions and
the number of parameters, respectively. The input data structures are
neither modified nor freed.
A CloogScattering can be freed using cloog_scattering_free.
There are also some backend dependent functions for creating
CloogScatterings.
| 3.1.4.1 PolyLib | ||
| 3.1.4.2 isl |
This document was generated on August 20, 2013 using texi2html 5.0.
