spire.algebra.Sign

SignAlgebra

implicit object SignAlgebra extends SignAlgebra

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SignAlgebra
  2. SignAlgebra
  3. Order
  4. Eq
  5. Signed
  6. Group
  7. Monoid
  8. Semigroup
  9. AnyRef
  10. 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. def abs(a: Sign): Sign

    An idempotent function that ensures an object has a non-negative sign.

    An idempotent function that ensures an object has a non-negative sign.

    Definition Classes
    SignAlgebraSigned
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: Sign, y: Sign): Int

    Definition Classes
    SignAlgebraOrder
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def eqv(x: Sign, y: Sign): Boolean

    Returns true if x and y are equivalent, false otherwise.

    Returns true if x and y are equivalent, false otherwise.

    Definition Classes
    OrderEq
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def gt(x: Sign, y: Sign): Boolean

    Definition Classes
    Order
  16. def gteqv(x: Sign, y: Sign): Boolean

    Definition Classes
    Order
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def id: Sign

    Definition Classes
    SignAlgebraMonoid
  19. def inverse(a: Sign): Sign

    Definition Classes
    SignAlgebraGroup
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def lt(x: Sign, y: Sign): Boolean

    Definition Classes
    Order
  22. def lteqv(x: Sign, y: Sign): Boolean

    Definition Classes
    Order
  23. def max(x: Sign, y: Sign): Sign

    Definition Classes
    Order
  24. def min(x: Sign, y: Sign): Sign

    Definition Classes
    Order
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def neqv(x: Sign, y: Sign): Boolean

    Returns false if x and y are equivalent, true otherwise.

    Returns false if x and y are equivalent, true otherwise.

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

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

    Definition Classes
    AnyRef
  29. def on[B](f: (B) ⇒ Sign): Order[B]

    Defines an order on B by mapping B to A using f and using As order to order B.

    Defines an order on B by mapping B to A using f and using As order to order B.

    Definition Classes
    OrderEq
  30. def op(a: Sign, b: Sign): Sign

    Definition Classes
    SignAlgebraSemigroup
  31. def opInverse(a: Sign, b: Sign): Sign

    Definition Classes
    Group
  32. def reverse: Order[Sign]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    Order
  33. def sign(a: Sign): Sign

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Definition Classes
    SignAlgebraSigned
  34. def signum(a: Sign): Int

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Definition Classes
    SignAlgebraSigned
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SignAlgebra

Inherited from Order[Sign]

Inherited from Eq[Sign]

Inherited from Signed[Sign]

Inherited from Group[Sign]

Inherited from Monoid[Sign]

Inherited from Semigroup[Sign]

Inherited from AnyRef

Inherited from Any

Ungrouped