ModuleMonomial(IS, E, ff)ΒΆ

modmonom.spad line 1 [edit on github]

This package undocumented

<=: (%, %) -> Boolean

from PartialOrder

<: (%, %) -> Boolean

from PartialOrder

=: (%, %) -> Boolean

from BasicType

>=: (%, %) -> Boolean

from PartialOrder

>: (%, %) -> Boolean

from PartialOrder

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: % -> Record(index: IS, exponent: E)

coerce(x) undocumented

coerce: Record(index: IS, exponent: E) -> %

coerce(x) undocumented

construct: (IS, E) -> %

construct(i, e) undocumented

exponent: % -> E

exponent(x) undocumented

index: % -> IS

index(x) undocumented

latex: % -> String

from SetCategory

max: (%, %) -> %

from OrderedSet

min: (%, %) -> %

from OrderedSet

smaller?: (%, %) -> Boolean

from Comparable

BasicType

CoercibleTo OutputForm

Comparable

OrderedSet

PartialOrder

SetCategory