|
|
__add__(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1731)
Addition operator. |
|
|
|
|
__call__(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1496)
Evaluate this monomial. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
__iter__(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1671)
Return an iterator over the variables in this monomial. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_eval(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1474)
Evaluate this monomial. |
|
|
|
|
_repr_(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1458)
Return a string representing self. |
|
|
|
|
deg(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1558)
Return degree of this monomial. |
|
|
|
|
degree(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1574)
Return degree of this monomial. |
|
|
|
|
divisors(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1587)
Return a set of boolean monomials with all divisors of this
monomial. |
|
|
|
|
index(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1544)
Return the variable index of the first variable in this
monomial. |
|
|
|
|
iterindex(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1684)
Return an iterator over the indicies of the variables in self. |
|
|
|
|
multiples(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1601)
Return a set of boolean monomials with all multiples of this
monomial up the bound \var{rhs}. |
|
|
|
|
reducibleBy(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1626)
Return \code{True} if \code{self} is reducible by \var{rhs}. |
|
|
|
|
set(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1644)
Return a boolean set of variables in this monomials. |
|
|
|
|
stableHash(...)
File: sage/rings/polynomial/pbori.pyx (starting at line 1541) |
|
|
|
Inherited from structure.element.MonoidElement:
__mul__,
__nonzero__,
__pow__,
__rmul__,
__rpow__,
_mul_,
multiplicative_order,
order
Inherited from structure.element.Element:
__cmp__,
__reduce__,
__rxor__,
__xor__,
_cmp_,
_im_gens_,
_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 structure.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__
|