spire.algebra

Signed

object Signed extends SignedLow

Linear Supertypes
SignedLow, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Signed
  2. SignedLow
  3. AnyRef
  4. Any
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 RationalIsSigned extends RationalIsSigned

  14. implicit object RealIsSigned extends RealIsSigned

  15. implicit object ShortIsSigned extends ShortIsSigned

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

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. implicit def complexIsSigned[A](implicit arg0: Fractional[A], arg1: Trig[A]): ComplexIsSignedCls[A]

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SignedLow

Inherited from AnyRef

Inherited from Any