30 "expecting map space",
goto error);
34 if (n_in < 0 || n_out < 0)
38 "number of input and output dimensions needs to be "
39 "the same",
goto error);
51 for (i = 0; i < n_out; ++i) {
82 return FN(
MULTI(
BASE),identity_on_domain_space)(space);
#define isl_die(ctx, errno, msg, code)
static __isl_give isl_space * identity(__isl_take isl_space *space)
__isl_give isl_local_space * isl_local_space_from_space(__isl_take isl_space *space)
__isl_null isl_local_space * isl_local_space_free(__isl_take isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_copy(__isl_keep isl_local_space *ls)
__isl_null isl_space * isl_space_free(__isl_take isl_space *space)
isl_ctx * isl_space_get_ctx(__isl_keep isl_space *space)
__isl_give isl_space * isl_space_copy(__isl_keep isl_space *space)
__isl_export __isl_give isl_space * isl_space_map_from_set(__isl_take isl_space *space)
isl_size isl_space_dim(__isl_keep isl_space *space, enum isl_dim_type type)
isl_bool isl_space_is_set(__isl_keep isl_space *space)
__isl_export __isl_give isl_space * isl_space_domain(__isl_take isl_space *space)