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 RationalIsSigned extends RationalIsSigned

  14. implicit object RealIsSigned extends RealIsSigned

  15. implicit object SafeLongIsSigned extends SafeLongIsSigned

  16. implicit object ShortIsSigned extends ShortIsSigned

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

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  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 SignedLow

Inherited from AnyRef

Inherited from Any

Ungrouped