spire.math

FpFilterApprox

final class FpFilterApprox[A] extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FpFilterApprox
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FpFilterApprox(exact: A)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def *(rhs: FpFilter[A])(implicit ev: Semiring[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  4. def +(rhs: FpFilter[A])(implicit ev: Semiring[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  5. def -(rhs: FpFilter[A])(implicit ev: Rng[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  6. def /(rhs: FpFilter[A])(implicit ev: Field[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  7. def <(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  8. def <=(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def ===(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  11. def >(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  12. def >=(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  13. def abs(implicit ev: Signed[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val exact: A

  16. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def sqrt(implicit ev: NRoot[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  19. def toString(): String

    Definition Classes
    Any
  20. def unary_-(implicit ev: Rng[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped