spire.math

FpFilter

Related Docs: class FpFilter | package math

object FpFilter

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

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final val Eps: Double

  5. def absImpl[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Signed[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  6. final def apply[A](apx: Double, mes: Double, ind: Int, exact: ⇒ A): FpFilter[A]

    Annotations
    @inline()
  7. final def approx[A](exact: A): FpFilterApprox[A]

    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def divideImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev: scala.reflect.macros.whitebox.Context.Expr[Field[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def eqImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev0: scala.reflect.macros.whitebox.Context.Expr[Signed[A]], ev1: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. final def exact[A](value: Double): FpFilterExact[A]

    Annotations
    @inline()
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def gtEqImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev0: scala.reflect.macros.whitebox.Context.Expr[Signed[A]], ev1: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

  18. def gtImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev0: scala.reflect.macros.whitebox.Context.Expr[Signed[A]], ev1: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def ltEqImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev0: scala.reflect.macros.whitebox.Context.Expr[Signed[A]], ev1: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

  22. def ltImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev0: scala.reflect.macros.whitebox.Context.Expr[Signed[A]], ev1: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

  23. def minusImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def negateImpl[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Rng[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def plusImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev: scala.reflect.macros.whitebox.Context.Expr[Semiring[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  29. def signImpl[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Signed[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Int]

  30. def sqrtImpl[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[NRoot[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def timesImpl[A](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]])(ev: scala.reflect.macros.whitebox.Context.Expr[Semiring[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[FpFilter[A]]

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped