Navigation

  • index
  • next |
  • previous |
  • FriCAS »
  • FriCAS API »
  • Categories »
  • OrderedFinite

OrderedFiniteΒΆ

catdef.spad line 1007 [edit on github]

Ordered finite sets.

<=: (%, %) -> Boolean

from PartialOrder

<: (%, %) -> Boolean

from PartialOrder

=: (%, %) -> Boolean

from BasicType

>=: (%, %) -> Boolean

from PartialOrder

>: (%, %) -> Boolean

from PartialOrder

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> InputForm

from ConvertibleTo InputForm

enumerate: () -> List %

from Finite

hash: % -> SingleInteger

from Hashable

hashUpdate!: (HashState, %) -> HashState

from Hashable

index: PositiveInteger -> %

from Finite

latex: % -> String

from SetCategory

lookup: % -> PositiveInteger

from Finite

max: (%, %) -> %

from OrderedSet

min: (%, %) -> %

from OrderedSet

random: () -> %

from Finite

size: () -> NonNegativeInteger

from Finite

smaller?: (%, %) -> Boolean

from Comparable

BasicType

CoercibleTo OutputForm

Comparable

ConvertibleTo InputForm

Finite

Hashable

OrderedSet

PartialOrder

SetCategory

Table of Contents

  • FriCAS API
  • Features
  • Download
  • Help
  • Examples
  • Development
  • Citation
  • History

Quick search

Navigation

  • index
  • next |
  • previous |
  • FriCAS »
  • FriCAS API »
  • Categories »
  • OrderedFinite
© Copyright 2007-2024, FriCAS Team.