[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.4.2 isl
#include <cloog/isl/cloog.h> CloogScattering *cloog_scattering_from_isl_map(__isl_take isl_map *map);
The function cloog_scattering_from_isl_map
takes an
isl_map
as input and returns a pointer to a CloogScattering
.
The output dimensions of the isl_map
correspond to the
scattering dimensions, while the input dimensions correspond to the
domain dimensions.
The function consumes a reference to the given isl_map
.
This document was generated on August 20, 2013 using texi2html 5.0.