Term2

polynomial.`object`.Trinomial.TriInterface.Term2
case class Term2[A2, B2, Y](yᵉˣᵖ: A2 => Y, coeff: B2) extends TriInterface[Nothing, Nothing, A2, B2, Nothing, Nothing, Y]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TriInterface[Nothing, Nothing, A2, B2, Nothing, Nothing, Y]
trait Trinomial[Nothing, Nothing, A2, B2, Nothing, Nothing, 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