spire.algebra

Signed

object Signed extends SignedLow

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

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

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

    Definition Classes
    Any
  6. implicit object BigDecimalIsSigned extends BigDecimalIsSigned

  7. implicit object BigIntIsSigned extends BigIntIsSigned

  8. implicit object ByteIsSigned extends ByteIsSigned

  9. implicit object DoubleIsSigned extends DoubleIsSigned

  10. implicit object FloatIsSigned extends FloatIsSigned

  11. implicit object IntIsSigned extends IntIsSigned

  12. implicit object LongIsSigned extends LongIsSigned

  13. implicit object NumberIsSigned extends NumberIsSigned

  14. implicit object RationalIsSigned extends RationalIsSigned

  15. implicit object RealIsSigned extends RealIsSigned

  16. implicit object SafeLongIsSigned extends SafeLongIsSigned

  17. implicit object ShortIsSigned extends ShortIsSigned

  18. def apply[A](implicit s: Signed[A]): Signed[A]

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. implicit def complexIsSigned[A](implicit arg0: Fractional[A], arg1: Trig[A]): ComplexIsSigned[A] { ... /* 2 definitions in type refinement */ }

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

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. implicit def gaussianIsSigned[A](implicit arg0: Integral[A], arg1: NRoot[A]): GaussianIsSigned[A] { ... /* 2 definitions in type refinement */ }

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. implicit def orderedRingIsSigned[A](implicit arg0: Order[A], arg1: Ring[A]): Signed[A]

    Definition Classes
    SignedLow
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SignedLow

Inherited from AnyRef

Inherited from Any

Ungrouped