spire.math.poly

Type members

Classlikes

case
Companion
object
class PolyDense[@specialized(Double) C] extends Polynomial[C]
Companion
object
object PolyDense
Companion
class
case
class PolySparse[@specialized(Double) C] extends Polynomial[C]
Companion
object
object PolySparse
Companion
class
trait RootFinder[A]

A type class that can find roots of a polynomial.

A type class that can find roots of a polynomial.

Companion
object
object RootFinder
Companion
class
sealed
trait RootIsolator[A]

A type class for retreiving isolated roots.

A type class for retreiving isolated roots.

Companion
object
Companion
class
trait Roots[A] extends Iterable[A]

A trait that can be used to retrieve the (possibly approximated) real roots of the polynomial poly.

A trait that can be used to retrieve the (possibly approximated) real roots of the polynomial poly.

Companion
object
object Roots
Companion
class
case
class Term[@specialized(Float, Double) C](coeff: C, exp: Int)
Companion
object
object Term
Companion
class