|
SyFi
0.3
|
Public Member Functions | |
| def | iterator |
| def | __iter__ |
| def | __nonzero__ |
| def | __bool__ |
| def | __len__ |
| def | pop |
| def | __getslice__ |
| def | __setslice__ |
| def | __delslice__ |
| def | __delitem__ |
| def | __getitem__ |
| def | __setitem__ |
| def | append |
| def | empty |
| def | size |
| def | clear |
| def | swap |
| def | get_allocator |
| def | begin |
| def | end |
| def | rbegin |
| def | rend |
| def | pop_back |
| def | erase |
| def | __init__ |
| def | push_back |
| def | front |
| def | back |
| def | assign |
| def | resize |
| def | insert |
| def | pop_front |
| def | push_front |
| def | reverse |
Static Public Attributes | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Private Attributes | |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _SyFi.delete_symexlist | |
Proxy of C++ std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> class
| def SyFi.symexlist.__init__ | ( | self, | |
| args | |||
| ) |
__init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, symexlist arg2) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size, symexpair value) -> symexlist
Definition at line 1048 of file SyFi.py.
01048 01049 def __init__(self, *args): 01050 """ 01051 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self) -> symexlist 01052 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, symexlist arg2) -> symexlist 01053 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size) -> symexlist 01054 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size, symexpair value) -> symexlist 01055 """ 01056 _SyFi.symexlist_swiginit(self,_SyFi.new_symexlist(*args))
| def SyFi.symexlist.__bool__ | ( | self | ) |
| def SyFi.symexlist.__delitem__ | ( | self, | |
| args | |||
| ) |
__delitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) __delitem__(symexlist self, PySliceObject * slice)
Definition at line 960 of file SyFi.py.
00960 00961 def __delitem__(self, *args): 00962 """ 00963 __delitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) 00964 __delitem__(symexlist self, PySliceObject * slice) 00965 """ 00966 return _SyFi.symexlist___delitem__(self, *args) 00967
| def SyFi.symexlist.__delslice__ | ( | self, | |
| i, | |||
| j | |||
| ) |
__delslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)
Definition at line 955 of file SyFi.py.
00955 00956 def __delslice__(self, i, j): 00957 """__delslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)""" 00958 return _SyFi.symexlist___delslice__(self, i, j) 00959
| def SyFi.symexlist.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(symexlist self, PySliceObject * slice) -> symexlist __getitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) -> symexpair
Definition at line 968 of file SyFi.py.
00968 00969 def __getitem__(self, *args): 00970 """ 00971 __getitem__(symexlist self, PySliceObject * slice) -> symexlist 00972 __getitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) -> symexpair 00973 """ 00974 return _SyFi.symexlist___getitem__(self, *args) 00975
| def SyFi.symexlist.__getslice__ | ( | self, | |
| i, | |||
| j | |||
| ) |
__getslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) -> symexlist
Definition at line 942 of file SyFi.py.
00942 00943 def __getslice__(self, i, j): 00944 """__getslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) -> symexlist""" 00945 return _SyFi.symexlist___getslice__(self, i, j) 00946
| def SyFi.symexlist.__iter__ | ( | self | ) |
Definition at line 919 of file SyFi.py.
References SyFi.exvector.iterator(), SyFi.exmap.iterator(), SyFi.ex_int_map.iterator(), and SyFi.symexlist.iterator().
| def SyFi.symexlist.__len__ | ( | self | ) |
__len__(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type
| def SyFi.symexlist.__nonzero__ | ( | self | ) |
__nonzero__(symexlist self) -> bool
Definition at line 922 of file SyFi.py.
00922 00923 def __nonzero__(self): 00924 """__nonzero__(symexlist self) -> bool""" 00925 return _SyFi.symexlist___nonzero__(self) 00926
| def SyFi.symexlist.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(symexlist self, PySliceObject * slice, symexlist v) __setitem__(symexlist self, PySliceObject * slice) __setitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, symexpair x)
Definition at line 976 of file SyFi.py.
00976 00977 def __setitem__(self, *args): 00978 """ 00979 __setitem__(symexlist self, PySliceObject * slice, symexlist v) 00980 __setitem__(symexlist self, PySliceObject * slice) 00981 __setitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, symexpair x) 00982 """ 00983 return _SyFi.symexlist___setitem__(self, *args) 00984
| def SyFi.symexlist.__setslice__ | ( | self, | |
| args | |||
| ) |
__setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j, symexlist v) __setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)
Definition at line 947 of file SyFi.py.
00947 00948 def __setslice__(self, *args): 00949 """ 00950 __setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j, symexlist v) 00951 __setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) 00952 """ 00953 return _SyFi.symexlist___setslice__(self, *args) 00954
| def SyFi.symexlist.append | ( | self, | |
| x | |||
| ) |
| def SyFi.symexlist.assign | ( | self, | |
| n, | |||
| x | |||
| ) |
assign(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n, symexpair x)
| def SyFi.symexlist.back | ( | self | ) |
| def SyFi.symexlist.begin | ( | self | ) |
| def SyFi.symexlist.clear | ( | self | ) |
| def SyFi.symexlist.empty | ( | self | ) |
| def SyFi.symexlist.end | ( | self | ) |
| def SyFi.symexlist.erase | ( | self, | |
| args | |||
| ) |
erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator first, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator last) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator
Definition at line 1040 of file SyFi.py.
01040 01041 def erase(self, *args): 01042 """ 01043 erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 01044 erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator first, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator last) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 01045 """ 01046 return _SyFi.symexlist_erase(self, *args) 01047
| def SyFi.symexlist.front | ( | self | ) |
| def SyFi.symexlist.get_allocator | ( | self | ) |
get_allocator(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::allocator_type
Definition at line 1010 of file SyFi.py.
01010 01011 def get_allocator(self): 01012 """get_allocator(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::allocator_type""" 01013 return _SyFi.symexlist_get_allocator(self) 01014
| def SyFi.symexlist.insert | ( | self, | |
| args | |||
| ) |
insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, symexpair x) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n, symexpair x)
Definition at line 1085 of file SyFi.py.
01085 01086 def insert(self, *args): 01087 """ 01088 insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, symexpair x) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 01089 insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n, symexpair x) 01090 """ 01091 return _SyFi.symexlist_insert(self, *args) 01092
| def SyFi.symexlist.iterator | ( | self | ) |
iterator(symexlist self) -> SwigPyIterator
Definition at line 915 of file SyFi.py.
Referenced by SyFi.symexlist.__iter__(), SyFi.exlist.__iter__(), and SyFi.exset.__iter__().
| def SyFi.symexlist.pop | ( | self | ) |
| def SyFi.symexlist.pop_back | ( | self | ) |
| def SyFi.symexlist.pop_front | ( | self | ) |
| def SyFi.symexlist.push_back | ( | self, | |
| x | |||
| ) |
| def SyFi.symexlist.push_front | ( | self, | |
| x | |||
| ) |
push_front(symexlist self, symexpair x)
Definition at line 1098 of file SyFi.py.
01098 01099 def push_front(self, x): 01100 """push_front(symexlist self, symexpair x)""" 01101 return _SyFi.symexlist_push_front(self, x) 01102
| def SyFi.symexlist.rbegin | ( | self | ) |
rbegin(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::reverse_iterator
| def SyFi.symexlist.rend | ( | self | ) |
rend(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::reverse_iterator
| def SyFi.symexlist.resize | ( | self, | |
| args | |||
| ) |
resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size) resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size, symexpair x)
Definition at line 1077 of file SyFi.py.
01077 01078 def resize(self, *args): 01079 """ 01080 resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size) 01081 resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size, symexpair x) 01082 """ 01083 return _SyFi.symexlist_resize(self, *args) 01084
| def SyFi.symexlist.reverse | ( | self | ) |
| def SyFi.symexlist.size | ( | self | ) |
| def SyFi.symexlist.swap | ( | self, | |
| v | |||
| ) |
SyFi.symexlist::__repr__ = _swig_repr [static, private] |
SyFi.symexlist::__swig_destroy__ = _SyFi.delete_symexlist [static, private] |
tuple SyFi.symexlist::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static] |