Term3

polynomial.`object`.Trinomial.TriStore.Term3
case class Term3[S3, Y](yᵉˣᵖ: S3 => Y, coeff: S3) extends TriStore[Nothing, Nothing, S3, Y]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TriStore[Nothing, Nothing, S3, Y]
trait Trinomial[Nothing, Nothing, Nothing, Nothing, S3, S3, Y]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product