|
SyFi
0.3
|
Public Member Functions | |
| def | iterator |
| def | __iter__ |
| def | __nonzero__ |
| def | __bool__ |
| def | __len__ |
| def | __iter__ |
| def | iterkeys |
| def | itervalues |
| def | iteritems |
| def | __getitem__ |
| def | __delitem__ |
| def | has_key |
| def | keys |
| def | values |
| def | items |
| def | __contains__ |
| def | key_iterator |
| def | value_iterator |
| def | __setitem__ |
| def | asdict |
| def | __init__ |
| def | empty |
| def | size |
| def | clear |
| def | swap |
| def | get_allocator |
| def | begin |
| def | end |
| def | rbegin |
| def | rend |
| def | count |
| def | erase |
| def | find |
| def | lower_bound |
| def | upper_bound |
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_exmap | |
Proxy of C++ std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> class
| def SyFi.exmap.__init__ | ( | self, | |
| args | |||
| ) |
__init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self, GiNaC::ex_is_less const & arg2) -> exmap __init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self) -> exmap __init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self, exmap arg2) -> exmap
Definition at line 457 of file SyFi.py.
00457 00458 def __init__(self, *args): 00459 """ 00460 __init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self, GiNaC::ex_is_less const & arg2) -> exmap 00461 __init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self) -> exmap 00462 __init__(std::map<(GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less)> self, exmap arg2) -> exmap 00463 """ _SyFi.exmap_swiginit(self,_SyFi.new_exmap(*args))
| def SyFi.exmap.__bool__ | ( | self | ) |
| def SyFi.exmap.__contains__ | ( | self, | |
| args | |||
| ) |
__contains__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) -> bool
Definition at line 434 of file SyFi.py.
00434 00435 def __contains__(self, *args): 00436 """__contains__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) -> bool""" 00437 return _SyFi.exmap___contains__(self, *args)
| def SyFi.exmap.__delitem__ | ( | self, | |
| args | |||
| ) |
__delitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key)
Definition at line 414 of file SyFi.py.
00414 00415 def __delitem__(self, *args): 00416 """__delitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key)""" 00417 return _SyFi.exmap___delitem__(self, *args)
| def SyFi.exmap.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::mapped_type const &
Definition at line 410 of file SyFi.py.
00410 00411 def __getitem__(self, *args): 00412 """__getitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::mapped_type const &""" 00413 return _SyFi.exmap___getitem__(self, *args)
| def SyFi.exmap.__iter__ | ( | self | ) |
Definition at line 393 of file SyFi.py.
References SyFi.exmap.iterator().
Referenced by SyFi.exmap.__iter__().
| def SyFi.exmap.__iter__ | ( | self | ) |
Definition at line 406 of file SyFi.py.
References SyFi.exmap.__iter__(), and SyFi.exmap.key_iterator().
00406 def __iter__(self): return self.key_iterator()
| def SyFi.exmap.__len__ | ( | self | ) |
| def SyFi.exmap.__nonzero__ | ( | self | ) |
__nonzero__(exmap self) -> bool
Definition at line 394 of file SyFi.py.
00394 00395 def __nonzero__(self): 00396 """__nonzero__(exmap self) -> bool""" 00397 return _SyFi.exmap___nonzero__(self)
| def SyFi.exmap.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) __setitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::mapped_type const & x)
Definition at line 446 of file SyFi.py.
00446 00447 def __setitem__(self, *args): 00448 """ 00449 __setitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) 00450 __setitem__(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::mapped_type const & x) 00451 """ 00452 return _SyFi.exmap___setitem__(self, *args)
| def SyFi.exmap.asdict | ( | self | ) |
| def SyFi.exmap.begin | ( | self | ) |
begin(exmap self) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator
Definition at line 484 of file SyFi.py.
Referenced by SyFi::Nedelec.compute_basis_functions(), SyFi::Nedelec2Hdiv.compute_basis_functions(), SyFi::Robust.compute_basis_functions(), and SyFi::Robust.compute_basis_functions_old().
| def SyFi.exmap.clear | ( | self | ) |
| def SyFi.exmap.count | ( | self, | |
| args | |||
| ) |
count(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::size_type
| def SyFi.exmap.empty | ( | self | ) |
| def SyFi.exmap.end | ( | self | ) |
end(exmap self) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator
Definition at line 488 of file SyFi.py.
Referenced by SyFi::Nedelec.compute_basis_functions(), SyFi::Nedelec2Hdiv.compute_basis_functions(), SyFi::Robust.compute_basis_functions(), and SyFi::Robust.compute_basis_functions_old().
| def SyFi.exmap.erase | ( | self, | |
| args | |||
| ) |
erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::size_type erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator position) erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator first, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator last)
Definition at line 504 of file SyFi.py.
00504 00505 def erase(self, *args): 00506 """ 00507 erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::size_type 00508 erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator position) 00509 erase(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator first, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator last) 00510 """ 00511 return _SyFi.exmap_erase(self, *args)
| def SyFi.exmap.find | ( | self, | |
| args | |||
| ) |
find(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator
| def SyFi.exmap.get_allocator | ( | self | ) |
get_allocator(exmap self) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::allocator_type
Definition at line 480 of file SyFi.py.
00480 00481 def get_allocator(self): 00482 """get_allocator(exmap self) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::allocator_type""" 00483 return _SyFi.exmap_get_allocator(self)
| def SyFi.exmap.has_key | ( | self, | |
| args | |||
| ) |
has_key(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & key) -> bool
| def SyFi.exmap.items | ( | self | ) |
| def SyFi.exmap.iterator | ( | self | ) |
iterator(exmap self) -> SwigPyIterator
Definition at line 389 of file SyFi.py.
Referenced by SyFi.exmap.__iter__(), SyFi::Nedelec.compute_basis_functions(), SyFi::Nedelec2Hdiv.compute_basis_functions(), SyFi::Robust.compute_basis_functions(), SyFi::Robust.compute_basis_functions_old(), and SyFi.exmap.iteritems().
| def SyFi.exmap.iteritems | ( | self | ) |
| def SyFi.exmap.iterkeys | ( | self | ) |
Definition at line 407 of file SyFi.py.
References SyFi.exmap.key_iterator().
00407 def iterkeys(self): return self.key_iterator()
| def SyFi.exmap.itervalues | ( | self | ) |
Definition at line 408 of file SyFi.py.
References SyFi.exmap.value_iterator().
00408 def itervalues(self): return self.value_iterator()
| def SyFi.exmap.key_iterator | ( | self | ) |
key_iterator(exmap self) -> SwigPyIterator
Definition at line 438 of file SyFi.py.
Referenced by SyFi.exmap.__iter__(), and SyFi.exmap.iterkeys().
00438 00439 def key_iterator(self): 00440 """key_iterator(exmap self) -> SwigPyIterator""" 00441 return _SyFi.exmap_key_iterator(self)
| def SyFi.exmap.keys | ( | self | ) |
| def SyFi.exmap.lower_bound | ( | self, | |
| args | |||
| ) |
lower_bound(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator
Definition at line 516 of file SyFi.py.
00516 00517 def lower_bound(self, *args): 00518 """lower_bound(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator""" 00519 return _SyFi.exmap_lower_bound(self, *args)
| def SyFi.exmap.rbegin | ( | self | ) |
| def SyFi.exmap.rend | ( | self | ) |
| def SyFi.exmap.size | ( | self | ) |
| def SyFi.exmap.swap | ( | self, | |
| args | |||
| ) |
| def SyFi.exmap.upper_bound | ( | self, | |
| args | |||
| ) |
upper_bound(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator
Definition at line 520 of file SyFi.py.
00520 00521 def upper_bound(self, *args): 00522 """upper_bound(exmap self, std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::key_type const & x) -> std::map< GiNaC::ex,GiNaC::ex,GiNaC::ex_is_less >::iterator""" 00523 return _SyFi.exmap_upper_bound(self, *args)
| def SyFi.exmap.value_iterator | ( | self | ) |
value_iterator(exmap self) -> SwigPyIterator
Definition at line 442 of file SyFi.py.
Referenced by SyFi.exmap.itervalues().
00442 00443 def value_iterator(self): 00444 """value_iterator(exmap self) -> SwigPyIterator""" 00445 return _SyFi.exmap_value_iterator(self)
| def SyFi.exmap.values | ( | self | ) |
SyFi.exmap::__repr__ = _swig_repr [static, private] |
SyFi.exmap::__swig_destroy__ = _SyFi.delete_exmap [static, private] |
tuple SyFi.exmap::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static] |