|
| | basic_map ()=default |
| template<typename Arg1, typename Arg2, typename Arg3, typename Arg4, typename std::enable_if< std::is_base_of< T1, Arg1 >{} &&std::is_base_of< T2, Arg2 >{} &&std::is_base_of< Range, Arg3 >{} &&std::is_base_of< Range2, Arg4 >{}, bool >::type = true> |
| | basic_map (const basic_map< pair< Arg1, Arg2 >, pair< Arg3, Arg4 > > &obj) |
| | basic_map (const isl::ctx &ctx, const std::string &str) |
| template<typename Domain2> |
| typed::basic_map< Domain2, pair< Range, Range2 > > | apply_domain (const typed::basic_map< pair< T1, T2 >, Domain2 > &bmap2) const |
| template<typename Domain2> |
| typed::map< Domain2, pair< Range, Range2 > > | apply_domain (const typed::map< pair< T1, T2 >, Domain2 > &map2) const |
| template<typename Domain2> |
| typed::union_map< Domain2, pair< Range, Range2 > > | apply_domain (const typed::union_map< pair< T1, T2 >, Domain2 > &umap2) const |
| template<typename Arg2> |
| typed::basic_map< pair< T1, T2 >, Arg2 > | apply_range (const typed::basic_map< pair< Range, Range2 >, Arg2 > &bmap2) const |
| template<typename Arg2> |
| typed::map< pair< T1, T2 >, Arg2 > | apply_range (const typed::map< pair< Range, Range2 >, Arg2 > &map2) const |
| template<typename Arg2> |
| typed::union_map< pair< T1, T2 >, Arg2 > | apply_range (const typed::union_map< pair< Range, Range2 >, Arg2 > &umap2) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | as_map () const |
| typed::multi_union_pw_aff< pair< T1, T2 >, pair< Range, Range2 > > | as_multi_union_pw_aff () const |
| typed::pw_multi_aff< pair< T1, T2 >, pair< Range, Range2 > > | as_pw_multi_aff () const |
| typed::union_pw_multi_aff< pair< T1, T2 >, pair< Range, Range2 > > | as_union_pw_multi_aff () const |
| typed::set< pair< Range, Range2 > > | bind_domain (const typed::multi_id< pair< T1, T2 > > &tuple) const |
| typed::set< pair< T1, T2 > > | bind_range (const typed::multi_id< pair< Range, Range2 > > &tuple) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | coalesce () const |
| typed::map< T1, pair< T2, pair< Range, Range2 > > > | curry () const |
| typed::basic_set< pair< T1, T2 >, pair< Range, Range2 > > | deltas () const =delete |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | detect_equalities () const |
| typed::set< pair< T1, T2 > > | domain () const |
| typed::map< T1, pair< Range, Range2 > > | domain_factor_domain () const |
| typed::map< T2, pair< Range, Range2 > > | domain_factor_range () const |
| typed::union_map< pair< pair< T1, T2 >, pair< Range, Range2 > >, pair< T1, T2 > > | domain_map () const |
| typed::union_pw_multi_aff< pair< pair< T1, T2 >, pair< Range, Range2 > >, pair< T1, T2 > > | domain_map_union_pw_multi_aff () const |
| template<typename Domain2> |
| typed::map< pair< pair< T1, T2 >, Domain2 >, pair< Range, Range2 > > | domain_product (const typed::map< Domain2, pair< Range, Range2 > > &map2) const |
| template<typename Domain2> |
| typed::union_map< pair< pair< T1, T2 >, Domain2 >, pair< Range, Range2 > > | domain_product (const typed::union_map< Domain2, pair< Range, Range2 > > &umap2) const |
| typed::map< pair< T2, T1 >, pair< Range, Range2 > > | domain_reverse () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | drop_unused_params () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | eq_at (const typed::multi_pw_aff<> &mpa) const =delete |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | eq_at (const typed::multi_union_pw_aff<> &mupa) const =delete |
| bool | every_map (const std::function< bool(typed::map< pair< T1, T2 >, pair< Range, Range2 > >)> &test) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | extract_map (const typed::space< pair< T1, T2 >, pair< Range, Range2 > > &space) const |
| typed::basic_map< Anonymous, pair< Range, Range2 > > | flatten_domain () const |
| typed::basic_map< pair< T1, T2 >, Anonymous > | flatten_range () const |
| void | foreach_basic_map (const std::function< void(typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > >)> &fn) const |
| void | foreach_map (const std::function< void(typed::map< pair< T1, T2 >, pair< Range, Range2 > >)> &fn) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | gist (const typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > &context) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | gist (const typed::map< pair< T1, T2 >, pair< Range, Range2 > > &context) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | gist (const typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > &context) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | gist_domain (const typed::set< pair< T1, T2 > > &context) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | gist_domain (const typed::union_set< pair< T1, T2 > > &uset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | gist_params (const typed::set<> &context) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect (const typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > &bmap2) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect (const typed::map< pair< T1, T2 >, pair< Range, Range2 > > &map2) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect (const typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > &umap2) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain (const typed::basic_set< pair< T1, T2 > > &bset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain (const typed::set< pair< T1, T2 > > &set) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain (const typed::space< pair< T1, T2 > > &space) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain (const typed::union_set< pair< T1, T2 > > &uset) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain (const typed::point< pair< T1, T2 > > &bset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain_wrapped_domain (const typed::set< T1 > &domain) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_domain_wrapped_domain (const typed::union_set< T1 > &domain) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_params (const typed::basic_set<> &bset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_params (const typed::set<> ¶ms) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_params (const typed::point<> &bset) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range (const typed::basic_set< pair< Range, Range2 > > &bset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range (const typed::set< pair< Range, Range2 > > &set) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range (const typed::space< pair< Range, Range2 > > &space) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range (const typed::union_set< pair< Range, Range2 > > &uset) const |
| typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range (const typed::point< pair< Range, Range2 > > &bset) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range_wrapped_domain (const typed::set< Range > &domain) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | intersect_range_wrapped_domain (const typed::union_set< Range > &domain) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lex_ge_at (const typed::multi_pw_aff<> &mpa) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lex_gt_at (const typed::multi_pw_aff<> &mpa) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lex_le_at (const typed::multi_pw_aff<> &mpa) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lex_lt_at (const typed::multi_pw_aff<> &mpa) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lexmax () const |
| typed::pw_multi_aff< pair< T1, T2 >, pair< Range, Range2 > > | lexmax_pw_multi_aff () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lexmin () const |
| typed::pw_multi_aff< pair< T1, T2 >, pair< Range, Range2 > > | lexmin_pw_multi_aff () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | lower_bound (const typed::multi_pw_aff< pair< T1, T2 >, pair< Range, Range2 > > &lower) const |
| typed::map_list< pair< T1, T2 >, pair< Range, Range2 > > | map_list () const |
| typed::multi_pw_aff< pair< T1, T2 >, pair< Range, Range2 > > | max_multi_pw_aff () const |
| typed::multi_pw_aff< pair< T1, T2 >, pair< Range, Range2 > > | min_multi_pw_aff () const |
| typed::set | params () const |
| template<typename Domain2> |
| typed::map< Domain2, pair< Range, Range2 > > | preimage_domain (const typed::multi_aff< Domain2, pair< T1, T2 > > &ma) const |
| template<typename Domain2> |
| typed::map< Domain2, pair< Range, Range2 > > | preimage_domain (const typed::multi_pw_aff< Domain2, pair< T1, T2 > > &mpa) const |
| template<typename Domain2> |
| typed::map< Domain2, pair< Range, Range2 > > | preimage_domain (const typed::pw_multi_aff< Domain2, pair< T1, T2 > > &pma) const |
| template<typename Domain2> |
| typed::union_map< Domain2, pair< Range, Range2 > > | preimage_domain (const typed::union_pw_multi_aff< Domain2, pair< T1, T2 > > &upma) const |
| template<typename Arg2> |
| typed::map< pair< T1, T2 >, Arg2 > | preimage_range (const typed::multi_aff< Arg2, pair< Range, Range2 > > &ma) const |
| template<typename Arg2> |
| typed::map< pair< T1, T2 >, Arg2 > | preimage_range (const typed::pw_multi_aff< Arg2, pair< Range, Range2 > > &pma) const |
| template<typename Arg2> |
| typed::union_map< pair< T1, T2 >, Arg2 > | preimage_range (const typed::union_pw_multi_aff< Arg2, pair< Range, Range2 > > &upma) const |
| template<typename Domain2, typename Arg2> |
| typed::map< pair< pair< T1, T2 >, Domain2 >, pair< pair< Range, Range2 >, Arg2 > > | product (const typed::map< Domain2, Arg2 > &map2) const |
| template<typename Domain2, typename Arg2> |
| typed::union_map< pair< pair< T1, T2 >, Domain2 >, pair< pair< Range, Range2 >, Arg2 > > | product (const typed::union_map< Domain2, Arg2 > &umap2) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | project_out_all_params () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | project_out_param (const typed::id< Anonymous > &id) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | project_out_param (const std::string &id) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | project_out_param (const typed::id_list< Anonymous > &list) const |
| typed::set< pair< Range, Range2 > > | range () const |
| typed::map< pair< T1, T2 >, Range > | range_factor_domain () const |
| typed::map< pair< T1, T2 >, Range2 > | range_factor_range () const |
| typed::fixed_box< pair< T1, T2 >, pair< Range, Range2 > > | range_lattice_tile () const |
| typed::union_map< pair< pair< T1, T2 >, pair< Range, Range2 > >, pair< Range, Range2 > > | range_map () const |
| template<typename Arg2> |
| typed::map< pair< T1, T2 >, pair< pair< Range, Range2 >, Arg2 > > | range_product (const typed::map< pair< T1, T2 >, Arg2 > &map2) const |
| template<typename Arg2> |
| typed::union_map< pair< T1, T2 >, pair< pair< Range, Range2 >, Arg2 > > | range_product (const typed::union_map< pair< T1, T2 >, Arg2 > &umap2) const |
| typed::map< pair< T1, T2 >, pair< Range2, Range > > | range_reverse () const |
| typed::fixed_box< pair< T1, T2 >, pair< Range, Range2 > > | range_simple_fixed_box_hull () const |
| typed::basic_map< pair< Range, Range2 >, pair< T1, T2 > > | reverse () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | set_domain_tuple (const typed::id<> &id) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | set_domain_tuple (const std::string &id) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | set_range_tuple (const typed::id<> &id) const =delete |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | set_range_tuple (const std::string &id) const =delete |
| typed::space< pair< T1, T2 >, pair< Range, Range2 > > | space () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | subtract (const typed::map< pair< T1, T2 >, pair< Range, Range2 > > &map2) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | subtract (const typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > &umap2) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | subtract_domain (const typed::union_set< pair< T1, T2 > > &dom) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | subtract_range (const typed::union_set< pair< Range, Range2 > > &dom) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | to_union_map () const |
| typed::map< pair< pair< T1, T2 >, Range >, Range2 > | uncurry () const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | unite (const typed::basic_map< pair< T1, T2 >, pair< Range, Range2 > > &bmap2) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | unite (const typed::map< pair< T1, T2 >, pair< Range, Range2 > > &map2) const |
| typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > | unite (const typed::union_map< pair< T1, T2 >, pair< Range, Range2 > > &umap2) const |
| typed::map< pair< T1, T2 >, pair< Range, Range2 > > | upper_bound (const typed::multi_pw_aff< pair< T1, T2 >, pair< Range, Range2 > > &upper) const |
| typed::set< pair< pair< T1, T2 >, pair< Range, Range2 > > > | wrap () const |
| | basic_map () |
| | basic_map (const basic_map &obj) |
| | basic_map (isl::checked::ctx ctx, const std::string &str) |
| basic_map & | operator= (basic_map obj) |
| | ~basic_map () |
| __isl_give isl_basic_map * | copy () const & |
| __isl_give isl_basic_map * | copy () &&=delete |
| __isl_keep isl_basic_map * | get () const |
| __isl_give isl_basic_map * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::basic_map | affine_hull () const |
| isl::checked::basic_map | apply_domain (isl::checked::basic_map bmap2) const |
| isl::checked::map | apply_domain (const isl::checked::map &map2) const |
| isl::checked::union_map | apply_domain (const isl::checked::union_map &umap2) const |
| isl::checked::basic_map | apply_range (isl::checked::basic_map bmap2) const |
| isl::checked::map | apply_range (const isl::checked::map &map2) const |
| isl::checked::union_map | apply_range (const isl::checked::union_map &umap2) const |
| isl::checked::map | as_map () const |
| isl::checked::multi_union_pw_aff | as_multi_union_pw_aff () const |
| isl::checked::pw_multi_aff | as_pw_multi_aff () const |
| isl::checked::union_pw_multi_aff | as_union_pw_multi_aff () const |
| isl::checked::set | bind_domain (const isl::checked::multi_id &tuple) const |
| isl::checked::set | bind_range (const isl::checked::multi_id &tuple) const |
| isl::checked::map | coalesce () const |
| isl::checked::map | complement () const |
| isl::checked::union_map | compute_divs () const |
| isl::checked::map | curry () const |
| isl::checked::basic_set | deltas () const |
| isl::checked::basic_map | detect_equalities () const |
| isl::checked::set | domain () const |
| isl::checked::map | domain_factor_domain () const |
| isl::checked::map | domain_factor_range () const |
| isl::checked::union_map | domain_map () const |
| isl::checked::union_pw_multi_aff | domain_map_union_pw_multi_aff () const |
| isl::checked::map | domain_product (const isl::checked::map &map2) const |
| isl::checked::union_map | domain_product (const isl::checked::union_map &umap2) const |
| isl::checked::map | domain_reverse () const |
| class size | domain_tuple_dim () const |
| isl::checked::id | domain_tuple_id () const |
| isl::checked::map | drop_unused_params () const |
| isl::checked::map | eq_at (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::union_map | eq_at (const isl::checked::multi_union_pw_aff &mupa) const |
| boolean | every_map (const std::function< boolean(isl::checked::map)> &test) const |
| isl::checked::map | extract_map (const isl::checked::space &space) const |
| isl::checked::map | factor_domain () const |
| isl::checked::map | factor_range () const |
| isl::checked::map | fixed_power (const isl::checked::val &exp) const |
| isl::checked::map | fixed_power (long exp) const |
| isl::checked::basic_map | flatten () const |
| isl::checked::basic_map | flatten_domain () const |
| isl::checked::basic_map | flatten_range () const |
| stat | foreach_basic_map (const std::function< stat(isl::checked::basic_map)> &fn) const |
| stat | foreach_map (const std::function< stat(isl::checked::map)> &fn) const |
| isl::checked::basic_map | gist (isl::checked::basic_map context) const |
| isl::checked::map | gist (const isl::checked::map &context) const |
| isl::checked::union_map | gist (const isl::checked::union_map &context) const |
| isl::checked::map | gist_domain (const isl::checked::set &context) const |
| isl::checked::union_map | gist_domain (const isl::checked::union_set &uset) const |
| isl::checked::map | gist_params (const isl::checked::set &context) const |
| isl::checked::union_map | gist_range (const isl::checked::union_set &uset) const |
| boolean | has_domain_tuple_id () const |
| boolean | has_range_tuple_id () const |
| isl::checked::basic_map | intersect (isl::checked::basic_map bmap2) const |
| isl::checked::map | intersect (const isl::checked::map &map2) const |
| isl::checked::union_map | intersect (const isl::checked::union_map &umap2) const |
| isl::checked::basic_map | intersect_domain (isl::checked::basic_set bset) const |
| isl::checked::map | intersect_domain (const isl::checked::set &set) const |
| isl::checked::union_map | intersect_domain (const isl::checked::space &space) const |
| isl::checked::union_map | intersect_domain (const isl::checked::union_set &uset) const |
| isl::checked::basic_map | intersect_domain (const isl::checked::point &bset) const |
| isl::checked::map | intersect_domain_factor_domain (const isl::checked::map &factor) const |
| isl::checked::union_map | intersect_domain_factor_domain (const isl::checked::union_map &factor) const |
| isl::checked::map | intersect_domain_factor_range (const isl::checked::map &factor) const |
| isl::checked::union_map | intersect_domain_factor_range (const isl::checked::union_map &factor) const |
| isl::checked::map | intersect_domain_wrapped_domain (const isl::checked::set &domain) const |
| isl::checked::union_map | intersect_domain_wrapped_domain (const isl::checked::union_set &domain) const |
| isl::checked::basic_map | intersect_params (isl::checked::basic_set bset) const |
| isl::checked::map | intersect_params (const isl::checked::set ¶ms) const |
| isl::checked::basic_map | intersect_params (const isl::checked::point &bset) const |
| isl::checked::basic_map | intersect_range (isl::checked::basic_set bset) const |
| isl::checked::map | intersect_range (const isl::checked::set &set) const |
| isl::checked::union_map | intersect_range (const isl::checked::space &space) const |
| isl::checked::union_map | intersect_range (const isl::checked::union_set &uset) const |
| isl::checked::basic_map | intersect_range (const isl::checked::point &bset) const |
| isl::checked::map | intersect_range_factor_domain (const isl::checked::map &factor) const |
| isl::checked::union_map | intersect_range_factor_domain (const isl::checked::union_map &factor) const |
| isl::checked::map | intersect_range_factor_range (const isl::checked::map &factor) const |
| isl::checked::union_map | intersect_range_factor_range (const isl::checked::union_map &factor) const |
| isl::checked::map | intersect_range_wrapped_domain (const isl::checked::set &domain) const |
| isl::checked::union_map | intersect_range_wrapped_domain (const isl::checked::union_set &domain) const |
| boolean | is_bijective () const |
| boolean | is_disjoint (const isl::checked::map &map2) const |
| boolean | is_disjoint (const isl::checked::union_map &umap2) const |
| boolean | is_empty () const |
| boolean | is_equal (const isl::checked::basic_map &bmap2) const |
| boolean | is_equal (const isl::checked::map &map2) const |
| boolean | is_equal (const isl::checked::union_map &umap2) const |
| boolean | is_injective () const |
| boolean | is_single_valued () const |
| boolean | is_strict_subset (const isl::checked::map &map2) const |
| boolean | is_strict_subset (const isl::checked::union_map &umap2) const |
| boolean | is_subset (const isl::checked::basic_map &bmap2) const |
| boolean | is_subset (const isl::checked::map &map2) const |
| boolean | is_subset (const isl::checked::union_map &umap2) const |
| boolean | isa_map () const |
| isl::checked::map | lex_ge_at (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::map | lex_gt_at (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::map | lex_le_at (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::map | lex_lt_at (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::map | lexmax () const |
| isl::checked::pw_multi_aff | lexmax_pw_multi_aff () const |
| isl::checked::map | lexmin () const |
| isl::checked::pw_multi_aff | lexmin_pw_multi_aff () const |
| isl::checked::map | lower_bound (const isl::checked::multi_pw_aff &lower) const |
| isl::checked::map_list | map_list () const |
| isl::checked::multi_pw_aff | max_multi_pw_aff () const |
| isl::checked::multi_pw_aff | min_multi_pw_aff () const |
| class size | n_basic_map () const |
| isl::checked::set | params () const |
| isl::checked::basic_map | polyhedral_hull () const |
| isl::checked::map | preimage_domain (const isl::checked::multi_aff &ma) const |
| isl::checked::map | preimage_domain (const isl::checked::multi_pw_aff &mpa) const |
| isl::checked::map | preimage_domain (const isl::checked::pw_multi_aff &pma) const |
| isl::checked::union_map | preimage_domain (const isl::checked::union_pw_multi_aff &upma) const |
| isl::checked::map | preimage_range (const isl::checked::multi_aff &ma) const |
| isl::checked::map | preimage_range (const isl::checked::pw_multi_aff &pma) const |
| isl::checked::union_map | preimage_range (const isl::checked::union_pw_multi_aff &upma) const |
| isl::checked::map | product (const isl::checked::map &map2) const |
| isl::checked::union_map | product (const isl::checked::union_map &umap2) const |
| isl::checked::map | project_out_all_params () const |
| isl::checked::map | project_out_param (const isl::checked::id &id) const |
| isl::checked::map | project_out_param (const std::string &id) const |
| isl::checked::map | project_out_param (const isl::checked::id_list &list) const |
| isl::checked::set | range () const |
| isl::checked::map | range_factor_domain () const |
| isl::checked::map | range_factor_range () const |
| isl::checked::fixed_box | range_lattice_tile () const |
| isl::checked::union_map | range_map () const |
| isl::checked::map | range_product (const isl::checked::map &map2) const |
| isl::checked::union_map | range_product (const isl::checked::union_map &umap2) const |
| isl::checked::map | range_reverse () const |
| isl::checked::fixed_box | range_simple_fixed_box_hull () const |
| class size | range_tuple_dim () const |
| isl::checked::id | range_tuple_id () const |
| isl::checked::basic_map | reverse () const |
| isl::checked::basic_map | sample () const |
| isl::checked::map | set_domain_tuple (const isl::checked::id &id) const |
| isl::checked::map | set_domain_tuple (const std::string &id) const |
| isl::checked::map | set_range_tuple (const isl::checked::id &id) const |
| isl::checked::map | set_range_tuple (const std::string &id) const |
| isl::checked::space | space () const |
| isl::checked::map | subtract (const isl::checked::map &map2) const |
| isl::checked::union_map | subtract (const isl::checked::union_map &umap2) const |
| isl::checked::union_map | subtract_domain (const isl::checked::union_set &dom) const |
| isl::checked::union_map | subtract_range (const isl::checked::union_set &dom) const |
| isl::checked::map_list | to_list () const |
| isl::checked::union_map | to_union_map () const |
| isl::checked::map | uncurry () const |
| isl::checked::map | unite (isl::checked::basic_map bmap2) const |
| isl::checked::map | unite (const isl::checked::map &map2) const |
| isl::checked::union_map | unite (const isl::checked::union_map &umap2) const |
| isl::checked::basic_map | unshifted_simple_hull () const |
| isl::checked::map | upper_bound (const isl::checked::multi_pw_aff &upper) const |
| isl::checked::set | wrap () const |
| isl::checked::map | zip () const |