object FreeGroups
- Alphabetic
- By Inheritance
- FreeGroups
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class Presentation(rels: Vector[Word], rank: Int) extends Product with Serializable
Finite presentation of a group
Finite presentation of a group
- rels
relations
- rank
number of generators.
- final case class Word(ls: Vector[Int]) extends AnyVal with Product with Serializable
A word in a free group.
A word in a free group.
- ls
letters of the words represented as integers; 1 represents a, -1 represents
a^{-1}
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def letterString(n: Int): String
String for a letter, e.g.
String for a letter, e.g. a, a! (for a inverse)
- def letterUnic(n: Int): String
unicode string for a letter, e.g.
unicode string for a letter, e.g. "a" or "\bar{a}"
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val nullpres: Presentation
- def presentationWeight(pres: Presentation, presCntn: Double, wrdCntn: Double): Double
- implicit def readPres: ReadString[Presentation]
- implicit def readWord: ReadString[Word]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wordWeight(w: Word, wrdCntn: Double, rank: Double): Double
weight of a word, for a generation process where we extend with some probability, picking letters at random.
- implicit def writePres: WriteString[Presentation]
- implicit def writeWord: WriteString[Word]
- object Presentation extends Serializable
- object Word extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated