package poly
- Alphabetic
- Public
- All
Type Members
- case class BigDecimalRootRefinement (context: ApproximationContext, approximation: Approximation) extends Product with Serializable
- class PolyDense [C] extends Polynomial[C]
- case class PolySparse [C] extends Polynomial[C] with Product with Serializable
-
trait
RootFinder
[A] extends AnyRef
A type class that can find roots of a polynomial.
-
sealed
trait
RootIsolator
[A] extends AnyRef
A type class for retreiving isolated roots.
-
trait
Roots
[A] extends Iterable[A]
A trait that can be used to retreive the (possibly approximated) real roots of the polynomial
poly. - case class Term [C](coeff: C, exp: Int) extends Product with Serializable
Value Members
- object BigDecimalRootRefinement extends Serializable
- object PolyDense
- object PolySparse extends Serializable
- object RootFinder
- object RootIsolator
- object Roots
- object SpecialPolynomials
- object Term extends Serializable