Poly

scalation.calculus.Poly
See thePoly companion class
object Poly

The Poly companion object provides factory methods for the 'Poly' class.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Poly.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(c: Double*): Poly

Create a polynomial from repeated doubles.

Create a polynomial from repeated doubles.

Value parameters

c

the coefficients as a repeated double

Attributes

def apply(x: String, c: Double*): Poly

Create a polynomial from repeated doubles.

Create a polynomial from repeated doubles.

Value parameters

c

the coefficients as a repeated double

x

the variable/indeterminate of the polynomial

Attributes