Package

spire.math

poly

Permalink

package poly

Visibility
  1. Public
  2. All

Type Members

  1. case class BigDecimalRootRefinement(context: ApproximationContext, approximation: Approximation) extends Product with Serializable

    Permalink
  2. class PolyDense[C] extends Polynomial[C]

    Permalink
  3. case class PolySparse[C] extends Polynomial[C] with Product with Serializable

    Permalink
  4. trait RootFinder[A] extends AnyRef

    Permalink

    A type class that can find roots of a polynomial.

  5. sealed trait RootIsolator[A] extends AnyRef

    Permalink

    A type class for retreiving isolated roots.

  6. trait Roots[A] extends Iterable[A]

    Permalink

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

  7. case class Term[C](coeff: C, exp: Int) extends Product with Serializable

    Permalink

Value Members

  1. object BigDecimalRootRefinement extends Serializable

    Permalink
  2. object PolyDense

    Permalink
  3. object PolySparse extends Serializable

    Permalink
  4. object RootFinder

    Permalink
  5. object RootIsolator

    Permalink
  6. object Roots

    Permalink
  7. object SpecialPolynomials

    Permalink
  8. object Term extends Serializable

    Permalink

Ungrouped