|
|
__add__(...)
File: sage/structure/element.pyx (starting at line 691)
Top-level addition operator for ModuleElements. |
|
|
|
|
__iadd__(...)
File: sage/structure/element.pyx (starting at line 754) |
|
|
|
|
__imul__(...)
File: sage/structure/element.pyx (starting at line 897) |
|
|
|
|
__isub__(...)
File: sage/structure/element.pyx (starting at line 825) |
|
|
|
|
__mul__(...)
File: sage/structure/element.pyx (starting at line 890) |
|
|
|
|
__neg__(...)
File: sage/structure/element.pyx (starting at line 845)
Top-level negation operator for ModuleElements. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__sub__(...)
File: sage/structure/element.pyx (starting at line 774)
Top-level subtraction operator for ModuleElements. |
|
|
|
|
_add_(...)
File: sage/structure/element.pyx (starting at line 746)
Python classes should override this function to implement addition. |
|
|
|
|
_iadd_(...)
File: sage/structure/element.pyx (starting at line 764) |
|
|
|
|
_ilmul_(...)
File: sage/structure/element.pyx (starting at line 1026) |
|
|
|
|
_isub_(...)
File: sage/structure/element.pyx (starting at line 835) |
|
|
|
|
_lmul_(...)
File: sage/structure/element.pyx (starting at line 1023) |
|
|
|
|
_lmul_nonscalar(...)
File: sage/structure/element.pyx (starting at line 960) |
|
|
|
|
_neg_(...)
File: sage/structure/element.pyx (starting at line 879)
Python classes should override this function to implement negation. |
|
|
|
|
_rmul_(...)
File: sage/structure/element.pyx (starting at line 997) |
|
|
|
|
_rmul_nonscalar(...)
File: sage/structure/element.pyx (starting at line 972) |
|
|
|
|
_sub_(...)
File: sage/structure/element.pyx (starting at line 816)
Python classes should override this function to implement subtraction. |
|
|
|
|
additive_order(...)
File: sage/structure/element.pyx (starting at line 1049)
Return the additive order of self. |
|
|
|
|
order(...)
File: sage/structure/element.pyx (starting at line 1043)
Return the additive order of self. |
|
|
|
Inherited from Element:
__cmp__,
__eq__,
__ge__,
__gt__,
__hash__,
__init__,
__le__,
__lt__,
__ne__,
__nonzero__,
__reduce__,
__rxor__,
__xor__,
_cmp_,
_im_gens_,
_repr_,
_richcmp_,
base_base_extend,
base_base_extend_canonical_sym,
base_extend,
base_extend_canonical,
base_extend_canonical_sym,
base_extend_recursive,
base_ring,
category,
is_zero,
n,
parent,
subs,
substitute
Inherited from sage_object.SageObject:
__repr__,
_axiom_,
_axiom_init_,
_gap_,
_gap_init_,
_gp_,
_gp_init_,
_interface_,
_interface_init_,
_interface_is_cached_,
_kash_,
_kash_init_,
_macaulay2_,
_macaulay2_init_,
_magma_,
_magma_init_,
_maple_,
_maple_init_,
_mathematica_,
_mathematica_init_,
_maxima_,
_maxima_init_,
_octave_,
_octave_init_,
_pari_,
_pari_init_,
_r_init_,
_sage_,
_singular_,
_singular_init_,
db,
dump,
dumps,
plot,
rename,
reset_name,
save,
version
Inherited from object:
__delattr__,
__getattribute__,
__reduce_ex__,
__setattr__,
__str__
|