spire.algebra.Sign

SignAlgebra

trait SignAlgebra extends Group[Sign] with Signed[Sign] with Order[Sign]

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

    Return the identity element for this monoid.

    Return the identity element for this monoid.

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

    Return the inverse of a.

    Return the inverse of a.

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

    Definition Classes
    Any
  21. def isZero(a: Sign): Boolean

    Definition Classes
    Signed
  22. def lt(x: Sign, y: Sign): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  27. 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
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. 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
  31. def op(a: Sign, b: Sign): Sign

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

    Combine a with the inverse of b.

    Combine a with the inverse of b.

    Definition Classes
    Group
  33. 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
  34. 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
  35. 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
  36. def sum(as: TraversableOnce[Sign]): Sign

    Given a sequence of as, sum them using the monoid and return the total.

    Given a sequence of as, sum them using the monoid and return the total.

    Definition Classes
    Monoid
  37. def sumOption(as: TraversableOnce[Sign]): Option[Sign]

    Given a sequence of as, sum them using the semigroup and return the total.

    Given a sequence of as, sum them using the semigroup and return the total.

    If the sequence is empty, returns None. Otherwise, returns Some(total).

    Definition Classes
    Semigroup
  38. def sumn(a: Sign, n: Int): Sign

    Return a combined with itself n times.

    Return a combined with itself n times.

    Definition Classes
    GroupMonoidSemigroup
  39. def sumnAboveOne(a: Sign, n: Int): Sign

    Attributes
    protected
    Definition Classes
    Semigroup
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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