Object/Class

spire.math

FpFilter

Related Docs: class FpFilter | package math

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
  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]]

    Permalink
  6. def apply[A](approx: Double, exact: ⇒ A): FpFilter[A]

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

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

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

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. 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]

    Permalink
  14. def equals(arg0: Any): Boolean

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

    Permalink
    Annotations
    @inline()
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. 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]

    Permalink
  19. 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]

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. 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]

    Permalink
  23. 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]

    Permalink
  24. 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]]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. 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]]

    Permalink
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. 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]]

    Permalink
  30. 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]

    Permalink
  31. 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]]

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

    Permalink
    Definition Classes
    AnyRef
  33. 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]]

    Permalink
  34. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped