Polly 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::multi_aff Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 multi_aff ()
 
 multi_aff (const multi_aff &obj)
 
 multi_aff (isl::aff aff)
 
 multi_aff (isl::space space, isl::aff_list list)
 
 multi_aff (isl::ctx ctx, const std::string &str)
 
multi_affoperator= (multi_aff obj)
 
 ~multi_aff ()
 
__isl_give isl_multi_affcopy () const &
 
__isl_give isl_multi_affcopy () &&=delete
 
__isl_keep isl_multi_affget () const
 
__isl_give isl_multi_affrelease ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::multi_aff add (isl::multi_aff multi2) const
 
isl::multi_pw_aff add (const isl::multi_pw_aff &multi2) const
 
isl::multi_union_pw_aff add (const isl::multi_union_pw_aff &multi2) const
 
isl::pw_multi_aff add (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff add (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff add (const isl::aff &multi2) const
 
isl::multi_aff add_constant (isl::multi_val mv) const
 
isl::multi_aff add_constant (isl::val v) const
 
isl::multi_aff add_constant (long v) const
 
isl::union_pw_multi_aff add_pw_multi_aff (const isl::pw_multi_aff &pma) const
 
isl::union_pw_multi_aff apply (const isl::union_pw_multi_aff &upma2) const
 
isl::map as_map () const
 
isl::multi_aff as_multi_aff () const
 
isl::multi_union_pw_aff as_multi_union_pw_aff () const
 
isl::pw_multi_aff as_pw_multi_aff () const
 
isl::set as_set () const
 
isl::union_map as_union_map () const
 
isl::aff at (int pos) const
 
isl::aff get_at (int pos) const
 
isl::basic_set bind (isl::multi_id tuple) const
 
isl::multi_aff bind_domain (isl::multi_id tuple) const
 
isl::multi_aff bind_domain_wrapped_domain (isl::multi_id tuple) const
 
isl::pw_multi_aff coalesce () const
 
isl::multi_val constant_multi_val () const
 
isl::multi_val get_constant_multi_val () const
 
class size dim (isl::dim type) const
 
isl::set domain () const
 
isl::pw_multi_aff drop_dims (isl::dim type, unsigned int first, unsigned int n) const
 
isl::pw_multi_aff extract_pw_multi_aff (const isl::space &space) const
 
isl::multi_aff flat_range_product (isl::multi_aff multi2) const
 
isl::multi_pw_aff flat_range_product (const isl::multi_pw_aff &multi2) const
 
isl::multi_union_pw_aff flat_range_product (const isl::multi_union_pw_aff &multi2) const
 
isl::pw_multi_aff flat_range_product (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff flat_range_product (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff flat_range_product (const isl::aff &multi2) const
 
isl::multi_aff floor () const
 
stat foreach_piece (const std::function< stat(isl::set, isl::multi_aff)> &fn) const
 
isl::multi_aff gist (isl::set context) const
 
isl::union_pw_multi_aff gist (const isl::union_set &context) const
 
isl::multi_aff gist (const isl::basic_set &context) const
 
isl::multi_aff gist (const isl::point &context) const
 
boolean has_range_tuple_id () const
 
isl::multi_aff identity () const
 
isl::multi_aff insert_domain (isl::space domain) const
 
isl::pw_multi_aff intersect_domain (const isl::set &set) const
 
isl::union_pw_multi_aff intersect_domain (const isl::space &space) const
 
isl::union_pw_multi_aff intersect_domain (const isl::union_set &uset) const
 
isl::union_pw_multi_aff intersect_domain_wrapped_domain (const isl::union_set &uset) const
 
isl::union_pw_multi_aff intersect_domain_wrapped_range (const isl::union_set &uset) const
 
isl::pw_multi_aff intersect_params (const isl::set &set) const
 
boolean involves_locals () const
 
boolean involves_nan () const
 
boolean involves_param (const isl::id &id) const
 
boolean involves_param (const std::string &id) const
 
boolean involves_param (const isl::id_list &list) const
 
boolean isa_multi_aff () const
 
boolean isa_pw_multi_aff () const
 
isl::aff_list list () const
 
isl::aff_list get_list () const
 
isl::multi_pw_aff max (const isl::multi_pw_aff &multi2) const
 
isl::multi_val max_multi_val () const
 
isl::multi_pw_aff min (const isl::multi_pw_aff &multi2) const
 
isl::multi_val min_multi_val () const
 
class size n_piece () const
 
isl::multi_aff neg () const
 
boolean plain_is_empty () const
 
boolean plain_is_equal (const isl::multi_aff &multi2) const
 
boolean plain_is_equal (const isl::multi_pw_aff &multi2) const
 
boolean plain_is_equal (const isl::multi_union_pw_aff &multi2) const
 
boolean plain_is_equal (const isl::aff &multi2) const
 
isl::pw_multi_aff preimage_domain_wrapped_domain (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff preimage_domain_wrapped_domain (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff product (isl::multi_aff multi2) const
 
isl::multi_pw_aff product (const isl::multi_pw_aff &multi2) const
 
isl::pw_multi_aff product (const isl::pw_multi_aff &pma2) const
 
isl::multi_aff product (const isl::aff &multi2) const
 
isl::multi_aff pullback (isl::multi_aff ma2) const
 
isl::multi_pw_aff pullback (const isl::multi_pw_aff &mpa2) const
 
isl::pw_multi_aff pullback (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff pullback (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff pullback (const isl::aff &ma2) const
 
isl::pw_multi_aff_list pw_multi_aff_list () const
 
isl::pw_multi_aff range_factor_domain () const
 
isl::pw_multi_aff range_factor_range () const
 
isl::multi_aff range_product (isl::multi_aff multi2) const
 
isl::multi_pw_aff range_product (const isl::multi_pw_aff &multi2) const
 
isl::multi_union_pw_aff range_product (const isl::multi_union_pw_aff &multi2) const
 
isl::pw_multi_aff range_product (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff range_product (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff range_product (const isl::aff &multi2) const
 
isl::id range_tuple_id () const
 
isl::id get_range_tuple_id () const
 
isl::multi_aff reset_range_tuple_id () const
 
isl::multi_aff reset_tuple_id (isl::dim type) const
 
isl::multi_aff scale (isl::multi_val mv) const
 
isl::multi_aff scale (isl::val v) const
 
isl::multi_aff scale (long v) const
 
isl::multi_aff scale_down (isl::multi_val mv) const
 
isl::multi_aff scale_down (isl::val v) const
 
isl::multi_aff scale_down (long v) const
 
isl::multi_aff set_aff (int pos, isl::aff el) const
 
isl::multi_aff set_at (int pos, isl::aff el) const
 
isl::multi_pw_aff set_at (int pos, const isl::pw_aff &el) const
 
isl::multi_union_pw_aff set_at (int pos, const isl::union_pw_aff &el) const
 
isl::multi_pw_aff set_pw_aff (int pos, const isl::pw_aff &el) const
 
isl::pw_multi_aff set_pw_aff (unsigned int pos, const isl::pw_aff &pa) const
 
isl::multi_aff set_range_tuple (isl::id id) const
 
isl::multi_aff set_range_tuple (const std::string &id) const
 
isl::multi_union_pw_aff set_union_pw_aff (int pos, const isl::union_pw_aff &el) const
 
class size size () const
 
isl::space space () const
 
isl::space get_space () const
 
isl::multi_aff sub (isl::multi_aff multi2) const
 
isl::multi_pw_aff sub (const isl::multi_pw_aff &multi2) const
 
isl::multi_union_pw_aff sub (const isl::multi_union_pw_aff &multi2) const
 
isl::pw_multi_aff sub (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff sub (const isl::union_pw_multi_aff &upma2) const
 
isl::multi_aff sub (const isl::aff &multi2) const
 
isl::pw_multi_aff subtract_domain (const isl::set &set) const
 
isl::union_pw_multi_aff subtract_domain (const isl::space &space) const
 
isl::union_pw_multi_aff subtract_domain (const isl::union_set &uset) const
 
isl::pw_multi_aff_list to_list () const
 
isl::multi_pw_aff to_multi_pw_aff () const
 
isl::multi_union_pw_aff to_multi_union_pw_aff () const
 
isl::pw_multi_aff to_pw_multi_aff () const
 
isl::union_pw_multi_aff to_union_pw_multi_aff () const
 
isl::id tuple_id (isl::dim type) const
 
isl::multi_aff unbind_params_insert_domain (isl::multi_id domain) const
 
isl::multi_pw_aff union_add (const isl::multi_pw_aff &mpa2) const
 
isl::multi_union_pw_aff union_add (const isl::multi_union_pw_aff &mupa2) const
 
isl::pw_multi_aff union_add (const isl::pw_multi_aff &pma2) const
 
isl::union_pw_multi_aff union_add (const isl::union_pw_multi_aff &upma2) const
 

Static Public Member Functions

static isl::multi_aff domain_map (isl::space space)
 
static isl::multi_aff identity (isl::space space)
 
static isl::multi_aff identity_on_domain (isl::space space)
 
static isl::multi_aff multi_val_on_domain (isl::space space, isl::multi_val mv)
 
static isl::multi_aff range_map (isl::space space)
 
static isl::multi_aff zero (isl::space space)
 

Protected Member Functions

 multi_aff (__isl_take isl_multi_aff *ptr)
 

Protected Attributes

isl_multi_affptr = nullptr
 

Friends

multi_aff manage (__isl_take isl_multi_aff *ptr)
 
multi_aff manage_copy (__isl_keep isl_multi_aff *ptr)
 

Detailed Description

Definition at line 2358 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ multi_aff() [1/6]

isl::multi_aff::multi_aff ( __isl_take isl_multi_aff ptr)
inlineexplicitprotected

Definition at line 11985 of file isl-noexceptions.h.

◆ multi_aff() [2/6]

isl::multi_aff::multi_aff ( )
inline

Definition at line 11976 of file isl-noexceptions.h.

◆ multi_aff() [3/6]

isl::multi_aff::multi_aff ( const multi_aff obj)
inline

Definition at line 11979 of file isl-noexceptions.h.

References obj, and ptr.

◆ multi_aff() [4/6]

isl::multi_aff::multi_aff ( isl::aff  aff)
inline

Definition at line 11988 of file isl-noexceptions.h.

References isl_multi_aff_from_aff(), ptr, isl::aff::release(), and res.

◆ multi_aff() [5/6]

isl::multi_aff::multi_aff ( isl::space  space,
isl::aff_list  list 
)
inlineexplicit

Definition at line 11994 of file isl-noexceptions.h.

References list(), ptr, isl::aff_list::release(), isl::space::release(), and res.

◆ multi_aff() [6/6]

isl::multi_aff::multi_aff ( isl::ctx  ctx,
const std::string &  str 
)
inlineexplicit

Definition at line 12000 of file isl-noexceptions.h.

References isl_multi_aff_read_from_str(), ptr, isl::ctx::release(), res, and str.

◆ ~multi_aff()

isl::multi_aff::~multi_aff ( )
inline

Definition at line 12011 of file isl-noexceptions.h.

References ptr.

Member Function Documentation

◆ add() [1/6]

isl::multi_aff isl::multi_aff::add ( const isl::aff multi2) const
inline

Definition at line 12064 of file isl-noexceptions.h.

References add().

◆ add() [2/6]

isl::multi_pw_aff isl::multi_aff::add ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12044 of file isl-noexceptions.h.

References isl::pw_multi_aff::add().

◆ add() [3/6]

isl::multi_union_pw_aff isl::multi_aff::add ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 12049 of file isl-noexceptions.h.

References isl::pw_multi_aff::add().

◆ add() [4/6]

isl::pw_multi_aff isl::multi_aff::add ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12054 of file isl-noexceptions.h.

References isl::pw_multi_aff::add().

◆ add() [5/6]

isl::union_pw_multi_aff isl::multi_aff::add ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12059 of file isl-noexceptions.h.

References isl::pw_multi_aff::add().

◆ add() [6/6]

isl::multi_aff isl::multi_aff::add ( isl::multi_aff  multi2) const
inline

Definition at line 12038 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by add(), and isl::aff::add().

◆ add_constant() [1/3]

isl::multi_aff isl::multi_aff::add_constant ( isl::multi_val  mv) const
inline

Definition at line 12069 of file isl-noexceptions.h.

References copy(), manage, isl::multi_val::release(), and res.

Referenced by isl::aff::add_constant(), and add_constant().

◆ add_constant() [2/3]

isl::multi_aff isl::multi_aff::add_constant ( isl::val  v) const
inline

Definition at line 12075 of file isl-noexceptions.h.

References copy(), manage, isl::val::release(), and res.

◆ add_constant() [3/3]

isl::multi_aff isl::multi_aff::add_constant ( long  v) const
inline

Definition at line 12081 of file isl-noexceptions.h.

References add_constant(), and ctx().

◆ add_pw_multi_aff()

isl::union_pw_multi_aff isl::multi_aff::add_pw_multi_aff ( const isl::pw_multi_aff pma) const
inline

Definition at line 12086 of file isl-noexceptions.h.

References isl::pw_multi_aff::add_pw_multi_aff(), and pma.

◆ apply()

isl::union_pw_multi_aff isl::multi_aff::apply ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12091 of file isl-noexceptions.h.

References isl::pw_multi_aff::apply().

◆ as_map()

isl::map isl::multi_aff::as_map ( ) const
inline

Definition at line 12096 of file isl-noexceptions.h.

References copy(), isl_multi_aff_as_map(), manage, and res.

◆ as_multi_aff()

isl::multi_aff isl::multi_aff::as_multi_aff ( ) const
inline

Definition at line 12102 of file isl-noexceptions.h.

References isl::pw_multi_aff::as_multi_aff().

◆ as_multi_union_pw_aff()

isl::multi_union_pw_aff isl::multi_aff::as_multi_union_pw_aff ( ) const
inline

Definition at line 12107 of file isl-noexceptions.h.

References isl::pw_multi_aff::as_multi_union_pw_aff().

◆ as_pw_multi_aff()

isl::pw_multi_aff isl::multi_aff::as_pw_multi_aff ( ) const
inline

Definition at line 12112 of file isl-noexceptions.h.

References isl::pw_multi_aff::as_pw_multi_aff().

◆ as_set()

isl::set isl::multi_aff::as_set ( ) const
inline

Definition at line 12117 of file isl-noexceptions.h.

References copy(), isl_multi_aff_as_set(), manage, and res.

Referenced by isl::aff::as_set().

◆ as_union_map()

isl::union_map isl::multi_aff::as_union_map ( ) const
inline

Definition at line 12123 of file isl-noexceptions.h.

References isl::pw_multi_aff::as_union_map().

◆ at()

isl::aff isl::multi_aff::at ( int  pos) const
inline

Definition at line 12128 of file isl-noexceptions.h.

References get(), manage, pos(), and res.

Referenced by isl::aff::at(), and get_at().

◆ bind()

isl::basic_set isl::multi_aff::bind ( isl::multi_id  tuple) const
inline

Definition at line 12139 of file isl-noexceptions.h.

References copy(), isl_multi_aff_bind(), manage, res, and tuple.

Referenced by isl::aff::bind().

◆ bind_domain()

isl::multi_aff isl::multi_aff::bind_domain ( isl::multi_id  tuple) const
inline

Definition at line 12145 of file isl-noexceptions.h.

References copy(), manage, res, and tuple.

◆ bind_domain_wrapped_domain()

isl::multi_aff isl::multi_aff::bind_domain_wrapped_domain ( isl::multi_id  tuple) const
inline

Definition at line 12151 of file isl-noexceptions.h.

References copy(), manage, res, and tuple.

◆ coalesce()

isl::pw_multi_aff isl::multi_aff::coalesce ( ) const
inline

Definition at line 12157 of file isl-noexceptions.h.

References isl::pw_multi_aff::coalesce().

◆ constant_multi_val()

isl::multi_val isl::multi_aff::constant_multi_val ( ) const
inline

◆ copy() [1/2]

__isl_give isl_multi_aff * isl::multi_aff::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_multi_aff * isl::multi_aff::copy ( ) const &
inline

◆ ctx()

isl::ctx isl::multi_aff::ctx ( ) const
inline

Definition at line 12034 of file isl-noexceptions.h.

References ptr.

Referenced by add_constant(), involves_param(), scale(), scale_down(), and set_range_tuple().

◆ dim()

class size isl::multi_aff::dim ( isl::dim  type) const
inline

Definition at line 12173 of file isl-noexceptions.h.

References get(), manage, res, and type.

Referenced by isl::aff::dim().

◆ domain()

isl::set isl::multi_aff::domain ( ) const
inline

Definition at line 12179 of file isl-noexceptions.h.

References isl::pw_multi_aff::domain().

Referenced by insert_domain(), and unbind_params_insert_domain().

◆ domain_map()

isl::multi_aff isl::multi_aff::domain_map ( isl::space  space)
inlinestatic

Definition at line 12184 of file isl-noexceptions.h.

References isl_multi_aff_domain_map(), manage, isl::space::release(), and res.

◆ drop_dims()

isl::pw_multi_aff isl::multi_aff::drop_dims ( isl::dim  type,
unsigned int  first,
unsigned int  n 
) const
inline

Definition at line 12190 of file isl-noexceptions.h.

References isl::pw_multi_aff::drop_dims(), n, and type.

◆ extract_pw_multi_aff()

isl::pw_multi_aff isl::multi_aff::extract_pw_multi_aff ( const isl::space space) const
inline

Definition at line 12195 of file isl-noexceptions.h.

References isl::pw_multi_aff::extract_pw_multi_aff().

◆ flat_range_product() [1/6]

isl::multi_aff isl::multi_aff::flat_range_product ( const isl::aff multi2) const
inline

Definition at line 12226 of file isl-noexceptions.h.

References flat_range_product().

◆ flat_range_product() [2/6]

isl::multi_pw_aff isl::multi_aff::flat_range_product ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12206 of file isl-noexceptions.h.

References isl::pw_multi_aff::flat_range_product().

◆ flat_range_product() [3/6]

isl::multi_union_pw_aff isl::multi_aff::flat_range_product ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 12211 of file isl-noexceptions.h.

References isl::pw_multi_aff::flat_range_product().

◆ flat_range_product() [4/6]

isl::pw_multi_aff isl::multi_aff::flat_range_product ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12216 of file isl-noexceptions.h.

References isl::pw_multi_aff::flat_range_product().

◆ flat_range_product() [5/6]

isl::union_pw_multi_aff isl::multi_aff::flat_range_product ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12221 of file isl-noexceptions.h.

References isl::pw_multi_aff::flat_range_product().

◆ flat_range_product() [6/6]

isl::multi_aff isl::multi_aff::flat_range_product ( isl::multi_aff  multi2) const
inline

Definition at line 12200 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by flat_range_product(), and isl::aff::flat_range_product().

◆ floor()

isl::multi_aff isl::multi_aff::floor ( ) const
inline

Definition at line 12231 of file isl-noexceptions.h.

References copy(), isl_multi_aff_floor(), manage, and res.

◆ foreach_piece()

stat isl::multi_aff::foreach_piece ( const std::function< stat(isl::set, isl::multi_aff)> &  fn) const
inline

Definition at line 12237 of file isl-noexceptions.h.

References fn, and isl::pw_multi_aff::foreach_piece().

◆ get()

__isl_keep isl_multi_aff * isl::multi_aff::get ( ) const
inline

◆ get_at()

isl::aff isl::multi_aff::get_at ( int  pos) const
inline

Definition at line 12134 of file isl-noexceptions.h.

References at(), and pos().

◆ get_constant_multi_val()

isl::multi_val isl::multi_aff::get_constant_multi_val ( ) const
inline

Definition at line 12168 of file isl-noexceptions.h.

References constant_multi_val().

◆ get_list()

isl::aff_list isl::multi_aff::get_list ( ) const
inline

Definition at line 12366 of file isl-noexceptions.h.

References list().

◆ get_range_tuple_id()

isl::id isl::multi_aff::get_range_tuple_id ( ) const
inline

Definition at line 12549 of file isl-noexceptions.h.

References range_tuple_id().

◆ get_space()

isl::space isl::multi_aff::get_space ( ) const
inline

Definition at line 12660 of file isl-noexceptions.h.

References space().

◆ gist() [1/4]

isl::multi_aff isl::multi_aff::gist ( const isl::basic_set context) const
inline

Definition at line 12253 of file isl-noexceptions.h.

References context, and gist.

◆ gist() [2/4]

isl::multi_aff isl::multi_aff::gist ( const isl::point context) const
inline

Definition at line 12258 of file isl-noexceptions.h.

References context, and gist.

◆ gist() [3/4]

isl::union_pw_multi_aff isl::multi_aff::gist ( const isl::union_set context) const
inline

Definition at line 12248 of file isl-noexceptions.h.

References context, and isl::pw_multi_aff::gist().

◆ gist() [4/4]

isl::multi_aff isl::multi_aff::gist ( isl::set  context) const
inline

Definition at line 12242 of file isl-noexceptions.h.

References context, copy(), isl_multi_aff_gist(), manage, and res.

◆ has_range_tuple_id()

boolean isl::multi_aff::has_range_tuple_id ( ) const
inline

Definition at line 12263 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::aff::has_range_tuple_id().

◆ identity() [1/2]

isl::multi_aff isl::multi_aff::identity ( ) const
inline

Definition at line 12275 of file isl-noexceptions.h.

References copy(), manage, and res.

Referenced by polly::MemoryAccess::wrapConstantDimensions().

◆ identity() [2/2]

isl::multi_aff isl::multi_aff::identity ( isl::space  space)
inlinestatic

Definition at line 12269 of file isl-noexceptions.h.

References manage, isl::space::release(), and res.

Referenced by isl::aff::identity().

◆ identity_on_domain()

isl::multi_aff isl::multi_aff::identity_on_domain ( isl::space  space)
inlinestatic

Definition at line 12281 of file isl-noexceptions.h.

References manage, isl::space::release(), and res.

◆ insert_domain()

isl::multi_aff isl::multi_aff::insert_domain ( isl::space  domain) const
inline

Definition at line 12287 of file isl-noexceptions.h.

References copy(), domain(), manage, isl::set::release(), and res.

◆ intersect_domain() [1/3]

isl::pw_multi_aff isl::multi_aff::intersect_domain ( const isl::set set) const
inline

Definition at line 12293 of file isl-noexceptions.h.

References isl::pw_multi_aff::intersect_domain().

◆ intersect_domain() [2/3]

isl::union_pw_multi_aff isl::multi_aff::intersect_domain ( const isl::space space) const
inline

Definition at line 12298 of file isl-noexceptions.h.

References isl::pw_multi_aff::intersect_domain().

◆ intersect_domain() [3/3]

isl::union_pw_multi_aff isl::multi_aff::intersect_domain ( const isl::union_set uset) const
inline

Definition at line 12303 of file isl-noexceptions.h.

References isl::pw_multi_aff::intersect_domain().

◆ intersect_domain_wrapped_domain()

isl::union_pw_multi_aff isl::multi_aff::intersect_domain_wrapped_domain ( const isl::union_set uset) const
inline

◆ intersect_domain_wrapped_range()

isl::union_pw_multi_aff isl::multi_aff::intersect_domain_wrapped_range ( const isl::union_set uset) const
inline

◆ intersect_params()

isl::pw_multi_aff isl::multi_aff::intersect_params ( const isl::set set) const
inline

Definition at line 12318 of file isl-noexceptions.h.

References isl::pw_multi_aff::intersect_params().

◆ involves_locals()

boolean isl::multi_aff::involves_locals ( ) const
inline

Definition at line 12323 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::aff::involves_locals().

◆ involves_nan()

boolean isl::multi_aff::involves_nan ( ) const
inline

Definition at line 12329 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::aff::involves_nan().

◆ involves_param() [1/3]

boolean isl::multi_aff::involves_param ( const isl::id id) const
inline

Definition at line 12335 of file isl-noexceptions.h.

References isl::pw_multi_aff::involves_param().

Referenced by involves_param().

◆ involves_param() [2/3]

boolean isl::multi_aff::involves_param ( const isl::id_list list) const
inline

Definition at line 12345 of file isl-noexceptions.h.

References isl::pw_multi_aff::involves_param(), and list().

◆ involves_param() [3/3]

boolean isl::multi_aff::involves_param ( const std::string &  id) const
inline

Definition at line 12340 of file isl-noexceptions.h.

References ctx(), and involves_param().

◆ is_null()

bool isl::multi_aff::is_null ( ) const
inline

Definition at line 12030 of file isl-noexceptions.h.

References ptr.

◆ isa_multi_aff()

boolean isl::multi_aff::isa_multi_aff ( ) const
inline

Definition at line 12350 of file isl-noexceptions.h.

References isl::pw_multi_aff::isa_multi_aff().

◆ isa_pw_multi_aff()

boolean isl::multi_aff::isa_pw_multi_aff ( ) const
inline

Definition at line 12355 of file isl-noexceptions.h.

References isl::pw_multi_aff::isa_pw_multi_aff().

◆ list()

isl::aff_list isl::multi_aff::list ( ) const
inline

Definition at line 12360 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_list(), involves_param(), isl::aff::list(), and multi_aff().

◆ max()

isl::multi_pw_aff isl::multi_aff::max ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12371 of file isl-noexceptions.h.

References isl::pw_multi_aff::max().

◆ max_multi_val()

isl::multi_val isl::multi_aff::max_multi_val ( ) const
inline

Definition at line 12376 of file isl-noexceptions.h.

References isl::pw_multi_aff::max_multi_val().

◆ min()

isl::multi_pw_aff isl::multi_aff::min ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12381 of file isl-noexceptions.h.

References isl::pw_multi_aff::min().

◆ min_multi_val()

isl::multi_val isl::multi_aff::min_multi_val ( ) const
inline

Definition at line 12386 of file isl-noexceptions.h.

References isl::pw_multi_aff::min_multi_val().

◆ multi_val_on_domain()

isl::multi_aff isl::multi_aff::multi_val_on_domain ( isl::space  space,
isl::multi_val  mv 
)
inlinestatic

◆ n_piece()

class size isl::multi_aff::n_piece ( ) const
inline

Definition at line 12397 of file isl-noexceptions.h.

References isl::pw_multi_aff::n_piece().

◆ neg()

isl::multi_aff isl::multi_aff::neg ( ) const
inline

Definition at line 12402 of file isl-noexceptions.h.

References copy(), manage, and res.

◆ operator=()

multi_aff & isl::multi_aff::operator= ( multi_aff  obj)
inline

Definition at line 12006 of file isl-noexceptions.h.

References obj.

◆ plain_is_empty()

boolean isl::multi_aff::plain_is_empty ( ) const
inline

Definition at line 12408 of file isl-noexceptions.h.

References isl::pw_multi_aff::plain_is_empty().

◆ plain_is_equal() [1/4]

boolean isl::multi_aff::plain_is_equal ( const isl::aff multi2) const
inline

Definition at line 12429 of file isl-noexceptions.h.

References plain_is_equal().

◆ plain_is_equal() [2/4]

boolean isl::multi_aff::plain_is_equal ( const isl::multi_aff multi2) const
inline

Definition at line 12413 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by plain_is_equal(), and isl::aff::plain_is_equal().

◆ plain_is_equal() [3/4]

boolean isl::multi_aff::plain_is_equal ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12419 of file isl-noexceptions.h.

References isl::pw_multi_aff::plain_is_equal().

◆ plain_is_equal() [4/4]

boolean isl::multi_aff::plain_is_equal ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 12424 of file isl-noexceptions.h.

References isl::pw_multi_aff::plain_is_equal().

◆ preimage_domain_wrapped_domain() [1/2]

isl::pw_multi_aff isl::multi_aff::preimage_domain_wrapped_domain ( const isl::pw_multi_aff pma2) const
inline

◆ preimage_domain_wrapped_domain() [2/2]

isl::union_pw_multi_aff isl::multi_aff::preimage_domain_wrapped_domain ( const isl::union_pw_multi_aff upma2) const
inline

◆ product() [1/4]

isl::multi_aff isl::multi_aff::product ( const isl::aff multi2) const
inline

Definition at line 12460 of file isl-noexceptions.h.

References product().

◆ product() [2/4]

isl::multi_pw_aff isl::multi_aff::product ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12450 of file isl-noexceptions.h.

References isl::pw_multi_aff::product().

◆ product() [3/4]

isl::pw_multi_aff isl::multi_aff::product ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12455 of file isl-noexceptions.h.

References isl::pw_multi_aff::product().

◆ product() [4/4]

isl::multi_aff isl::multi_aff::product ( isl::multi_aff  multi2) const
inline

Definition at line 12444 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by product(), and isl::aff::product().

◆ pullback() [1/5]

isl::multi_aff isl::multi_aff::pullback ( const isl::aff ma2) const
inline

Definition at line 12486 of file isl-noexceptions.h.

References pullback().

◆ pullback() [2/5]

isl::multi_pw_aff isl::multi_aff::pullback ( const isl::multi_pw_aff mpa2) const
inline

Definition at line 12471 of file isl-noexceptions.h.

References isl::pw_multi_aff::pullback().

◆ pullback() [3/5]

isl::pw_multi_aff isl::multi_aff::pullback ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12476 of file isl-noexceptions.h.

References isl::pw_multi_aff::pullback().

◆ pullback() [4/5]

isl::union_pw_multi_aff isl::multi_aff::pullback ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12481 of file isl-noexceptions.h.

References isl::pw_multi_aff::pullback().

◆ pullback() [5/5]

isl::multi_aff isl::multi_aff::pullback ( isl::multi_aff  ma2) const
inline

Definition at line 12465 of file isl-noexceptions.h.

References copy(), isl_multi_aff_pullback_multi_aff(), manage, release(), and res.

Referenced by pullback().

◆ pw_multi_aff_list()

isl::pw_multi_aff_list isl::multi_aff::pw_multi_aff_list ( ) const
inline

Definition at line 12491 of file isl-noexceptions.h.

References isl::pw_multi_aff::pw_multi_aff_list().

◆ range_factor_domain()

isl::pw_multi_aff isl::multi_aff::range_factor_domain ( ) const
inline

Definition at line 12496 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_factor_domain().

◆ range_factor_range()

isl::pw_multi_aff isl::multi_aff::range_factor_range ( ) const
inline

Definition at line 12501 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_factor_range().

◆ range_map()

isl::multi_aff isl::multi_aff::range_map ( isl::space  space)
inlinestatic

Definition at line 12506 of file isl-noexceptions.h.

References isl_multi_aff_range_map(), manage, isl::space::release(), and res.

◆ range_product() [1/6]

isl::multi_aff isl::multi_aff::range_product ( const isl::aff multi2) const
inline

Definition at line 12538 of file isl-noexceptions.h.

References range_product.

◆ range_product() [2/6]

isl::multi_pw_aff isl::multi_aff::range_product ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12518 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_product().

◆ range_product() [3/6]

isl::multi_union_pw_aff isl::multi_aff::range_product ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 12523 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_product().

◆ range_product() [4/6]

isl::pw_multi_aff isl::multi_aff::range_product ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12528 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_product().

◆ range_product() [5/6]

isl::union_pw_multi_aff isl::multi_aff::range_product ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12533 of file isl-noexceptions.h.

References isl::pw_multi_aff::range_product().

◆ range_product() [6/6]

isl::multi_aff isl::multi_aff::range_product ( isl::multi_aff  multi2) const
inline

Definition at line 12512 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by isl::aff::range_product().

◆ range_tuple_id()

isl::id isl::multi_aff::range_tuple_id ( ) const
inline

Definition at line 12543 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_range_tuple_id(), and isl::aff::range_tuple_id().

◆ release()

__isl_give isl_multi_aff * isl::multi_aff::release ( )
inline

◆ reset_range_tuple_id()

isl::multi_aff isl::multi_aff::reset_range_tuple_id ( ) const
inline

Definition at line 12554 of file isl-noexceptions.h.

References copy(), manage, and res.

Referenced by isl::aff::reset_range_tuple_id().

◆ reset_tuple_id()

isl::multi_aff isl::multi_aff::reset_tuple_id ( isl::dim  type) const
inline

Definition at line 12560 of file isl-noexceptions.h.

References copy(), manage, res, and type.

Referenced by isl::aff::reset_tuple_id().

◆ scale() [1/3]

isl::multi_aff isl::multi_aff::scale ( isl::multi_val  mv) const
inline

Definition at line 12566 of file isl-noexceptions.h.

References copy(), manage, isl::multi_val::release(), and res.

Referenced by isl::aff::scale(), and scale().

◆ scale() [2/3]

isl::multi_aff isl::multi_aff::scale ( isl::val  v) const
inline

Definition at line 12572 of file isl-noexceptions.h.

References copy(), manage, isl::val::release(), and res.

◆ scale() [3/3]

isl::multi_aff isl::multi_aff::scale ( long  v) const
inline

Definition at line 12578 of file isl-noexceptions.h.

References ctx(), and scale().

◆ scale_down() [1/3]

isl::multi_aff isl::multi_aff::scale_down ( isl::multi_val  mv) const
inline

Definition at line 12583 of file isl-noexceptions.h.

References copy(), manage, isl::multi_val::release(), and res.

Referenced by isl::aff::scale_down(), and scale_down().

◆ scale_down() [2/3]

isl::multi_aff isl::multi_aff::scale_down ( isl::val  v) const
inline

Definition at line 12589 of file isl-noexceptions.h.

References copy(), manage, isl::val::release(), and res.

◆ scale_down() [3/3]

isl::multi_aff isl::multi_aff::scale_down ( long  v) const
inline

Definition at line 12595 of file isl-noexceptions.h.

References ctx(), and scale_down().

◆ set_aff()

isl::multi_aff isl::multi_aff::set_aff ( int  pos,
isl::aff  el 
) const
inline

◆ set_at() [1/3]

isl::multi_pw_aff isl::multi_aff::set_at ( int  pos,
const isl::pw_aff el 
) const
inline

Definition at line 12612 of file isl-noexceptions.h.

References pos(), and isl::pw_multi_aff::set_at().

◆ set_at() [2/3]

isl::multi_union_pw_aff isl::multi_aff::set_at ( int  pos,
const isl::union_pw_aff el 
) const
inline

Definition at line 12617 of file isl-noexceptions.h.

References pos(), and isl::pw_multi_aff::set_at().

◆ set_at() [3/3]

isl::multi_aff isl::multi_aff::set_at ( int  pos,
isl::aff  el 
) const
inline

Definition at line 12606 of file isl-noexceptions.h.

References copy(), manage, pos(), isl::aff::release(), and res.

Referenced by isl::aff::set_at().

◆ set_pw_aff() [1/2]

isl::multi_pw_aff isl::multi_aff::set_pw_aff ( int  pos,
const isl::pw_aff el 
) const
inline

Definition at line 12622 of file isl-noexceptions.h.

References pos(), and isl::pw_multi_aff::set_pw_aff().

◆ set_pw_aff() [2/2]

isl::pw_multi_aff isl::multi_aff::set_pw_aff ( unsigned int  pos,
const isl::pw_aff pa 
) const
inline

Definition at line 12627 of file isl-noexceptions.h.

References pos(), and isl::pw_multi_aff::set_pw_aff().

◆ set_range_tuple() [1/2]

isl::multi_aff isl::multi_aff::set_range_tuple ( const std::string &  id) const
inline

Definition at line 12638 of file isl-noexceptions.h.

References ctx(), and set_range_tuple().

◆ set_range_tuple() [2/2]

isl::multi_aff isl::multi_aff::set_range_tuple ( isl::id  id) const
inline

Definition at line 12632 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by isl::aff::set_range_tuple(), and set_range_tuple().

◆ set_union_pw_aff()

isl::multi_union_pw_aff isl::multi_aff::set_union_pw_aff ( int  pos,
const isl::union_pw_aff el 
) const
inline

Definition at line 12643 of file isl-noexceptions.h.

References pos(), and isl::pw_multi_aff::set_union_pw_aff().

◆ size()

class size isl::multi_aff::size ( ) const
inline

Definition at line 12648 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::aff::size().

◆ space()

isl::space isl::multi_aff::space ( ) const
inline

Definition at line 12654 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_space().

◆ sub() [1/6]

isl::multi_aff isl::multi_aff::sub ( const isl::aff multi2) const
inline

Definition at line 12691 of file isl-noexceptions.h.

References sub().

◆ sub() [2/6]

isl::multi_pw_aff isl::multi_aff::sub ( const isl::multi_pw_aff multi2) const
inline

Definition at line 12671 of file isl-noexceptions.h.

References isl::pw_multi_aff::sub().

◆ sub() [3/6]

isl::multi_union_pw_aff isl::multi_aff::sub ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 12676 of file isl-noexceptions.h.

References isl::pw_multi_aff::sub().

◆ sub() [4/6]

isl::pw_multi_aff isl::multi_aff::sub ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12681 of file isl-noexceptions.h.

References isl::pw_multi_aff::sub().

◆ sub() [5/6]

isl::union_pw_multi_aff isl::multi_aff::sub ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12686 of file isl-noexceptions.h.

References isl::pw_multi_aff::sub().

◆ sub() [6/6]

isl::multi_aff isl::multi_aff::sub ( isl::multi_aff  multi2) const
inline

Definition at line 12665 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by sub(), and isl::aff::sub().

◆ subtract_domain() [1/3]

isl::pw_multi_aff isl::multi_aff::subtract_domain ( const isl::set set) const
inline

Definition at line 12696 of file isl-noexceptions.h.

References isl::pw_multi_aff::subtract_domain().

◆ subtract_domain() [2/3]

isl::union_pw_multi_aff isl::multi_aff::subtract_domain ( const isl::space space) const
inline

Definition at line 12701 of file isl-noexceptions.h.

References isl::pw_multi_aff::subtract_domain().

◆ subtract_domain() [3/3]

isl::union_pw_multi_aff isl::multi_aff::subtract_domain ( const isl::union_set uset) const
inline

Definition at line 12706 of file isl-noexceptions.h.

References isl::pw_multi_aff::subtract_domain().

◆ to_list()

isl::pw_multi_aff_list isl::multi_aff::to_list ( ) const
inline

Definition at line 12711 of file isl-noexceptions.h.

References isl::pw_multi_aff::to_list().

◆ to_multi_pw_aff()

isl::multi_pw_aff isl::multi_aff::to_multi_pw_aff ( ) const
inline

Definition at line 12716 of file isl-noexceptions.h.

References copy(), isl_multi_aff_to_multi_pw_aff(), manage, and res.

Referenced by isl::aff::to_multi_pw_aff().

◆ to_multi_union_pw_aff()

isl::multi_union_pw_aff isl::multi_aff::to_multi_union_pw_aff ( ) const
inline

◆ to_pw_multi_aff()

isl::pw_multi_aff isl::multi_aff::to_pw_multi_aff ( ) const
inline

Definition at line 12728 of file isl-noexceptions.h.

References copy(), isl_multi_aff_to_pw_multi_aff(), manage, and res.

Referenced by isl::aff::to_pw_multi_aff().

◆ to_union_pw_multi_aff()

isl::union_pw_multi_aff isl::multi_aff::to_union_pw_multi_aff ( ) const
inline

Definition at line 12734 of file isl-noexceptions.h.

References isl::pw_multi_aff::to_union_pw_multi_aff().

◆ tuple_id()

isl::id isl::multi_aff::tuple_id ( isl::dim  type) const
inline

Definition at line 12739 of file isl-noexceptions.h.

References isl::pw_multi_aff::tuple_id(), and type.

◆ unbind_params_insert_domain()

isl::multi_aff isl::multi_aff::unbind_params_insert_domain ( isl::multi_id  domain) const
inline

Definition at line 12744 of file isl-noexceptions.h.

References copy(), domain(), manage, isl::set::release(), and res.

◆ union_add() [1/4]

isl::multi_pw_aff isl::multi_aff::union_add ( const isl::multi_pw_aff mpa2) const
inline

Definition at line 12750 of file isl-noexceptions.h.

References isl::pw_multi_aff::union_add().

◆ union_add() [2/4]

isl::multi_union_pw_aff isl::multi_aff::union_add ( const isl::multi_union_pw_aff mupa2) const
inline

Definition at line 12755 of file isl-noexceptions.h.

References isl::pw_multi_aff::union_add().

◆ union_add() [3/4]

isl::pw_multi_aff isl::multi_aff::union_add ( const isl::pw_multi_aff pma2) const
inline

Definition at line 12760 of file isl-noexceptions.h.

References isl::pw_multi_aff::union_add().

◆ union_add() [4/4]

isl::union_pw_multi_aff isl::multi_aff::union_add ( const isl::union_pw_multi_aff upma2) const
inline

Definition at line 12765 of file isl-noexceptions.h.

References isl::pw_multi_aff::union_add().

◆ zero()

isl::multi_aff isl::multi_aff::zero ( isl::space  space)
inlinestatic

Definition at line 12770 of file isl-noexceptions.h.

References manage, isl::space::release(), and res.

Friends And Related Function Documentation

◆ manage

multi_aff manage ( __isl_take isl_multi_aff ptr)
friend

◆ manage_copy

multi_aff manage_copy ( __isl_keep isl_multi_aff ptr)
friend

Definition at line 11971 of file isl-noexceptions.h.

Member Data Documentation

◆ ptr

isl_multi_aff* isl::multi_aff::ptr = nullptr
protected

Definition at line 2363 of file isl-noexceptions.h.

Referenced by copy(), ctx(), get(), is_null(), multi_aff(), release(), and ~multi_aff().


The documentation for this class was generated from the following file: