breeze.math.Semiring

fieldB

implicit object fieldB extends Semiring[Boolean]

Linear Supertypes
Semiring[Boolean], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fieldB
  2. Semiring
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. def !=(a: Boolean, b: Boolean): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  5. def *(a: Boolean, b: Boolean): Boolean

    Definition Classes
    fieldBSemiring
  6. def +(a: Boolean, b: Boolean): Boolean

    Definition Classes
    fieldBSemiring
  7. def ==(a: Boolean, b: Boolean): Boolean

    Definition Classes
    fieldBSemiring
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def close(a: Boolean, b: Boolean, tolerance: Double = 1E-4): Boolean

    Definition Classes
    Semiring
  13. val defaultArrayValue: DefaultArrayValue[Boolean]

    Returns the DefaultArrayValue for this type.

    Returns the DefaultArrayValue for this type. Always this.zero.

    Definition Classes
    fieldBSemiring
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  20. def isNaN(a: Boolean): Boolean

  21. def manifest: ClassManifest[Boolean]

    Returns the class manifest of the scalar type.

    Returns the class manifest of the scalar type.

    Definition Classes
    fieldBSemiring
  22. def nan: Nothing

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def norm(a: Boolean): Double

  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def one: Boolean

    Definition Classes
    fieldBSemiring
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toDouble(a: Boolean): Double

  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def zero: Boolean

    Definition Classes
    fieldBSemiring

Inherited from Semiring[Boolean]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped