PolyParsers

scas.scripting.PolyParsers
class PolyParsers(using x$1: PolynomialOverUFD[Poly, BigInteger, Array[Int]]) extends UFDParsers[Poly]

Attributes

Graph
Supertypes
trait UFDParsers[Poly]
trait RingParsers[Poly]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(dummy: Boolean, variables: Variable*)

Concrete methods

def base: Parser[Poly]
def generator(a: Variable): Poly

Inherited methods

def comparison: Parser[Boolean]

Attributes

Inherited from:
StructureParsers
def expr: Parser[Poly]

Attributes

Inherited from:
RingParsers

Attributes

Inherited from:
RingParsers

Attributes

Inherited from:
StructureParsers
def term: Parser[Poly]

Attributes

Inherited from:
RingParsers

Attributes

Inherited from:
RingParsers
override def unsignedTerm: Parser[Poly]

Attributes

Definition Classes
Inherited from:
UFDParsers

Givens

Givens

override given structure: PolynomialOverUFD[Poly, BigInteger, Array[Int]]