breeze.math.Field

fieldInt

implicit object fieldInt extends Field[Int]

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

Value Members

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

    Definition Classes
    fieldIntSemiring
  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: Int, b: Int): Int

    Definition Classes
    fieldIntSemiring
  6. def +(a: Int, b: Int): Int

    Definition Classes
    fieldIntSemiring
  7. def -(a: Int, b: Int): Int

    Definition Classes
    fieldIntRing
  8. def /(a: Int, b: Int): Int

    Definition Classes
    fieldIntField
  9. def ==(a: Int, b: Int): Boolean

    Definition Classes
    fieldIntSemiring
  10. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  13. def clone(): AnyRef

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

    Definition Classes
    Semiring
  15. val defaultArrayValue: DefaultArrayValue[Int]

    Returns the DefaultArrayValue for this type.

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

    Definition Classes
    fieldIntSemiring
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def inverse(a: Int): Int

    Definition Classes
    Field
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isNaN(a: Int): Boolean

    Returns true if this is not a number.

    Returns true if this is not a number.

    Definition Classes
    fieldIntRing
  24. def isPrimitive: Boolean

    Returns true if this is a primitive type.

    Returns true if this is a primitive type.

    Definition Classes
    Ring
  25. val manifest: ClassManifest[Int]

    Returns the class manifest of the scalar type.

    Returns the class manifest of the scalar type.

    Definition Classes
    fieldIntSemiring
  26. def nan: Nothing

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

    Definition Classes
    AnyRef
  28. def negate(s: Int): Int

    Definition Classes
    Ring
  29. def norm(a: Int): Double

    Returns the norm of this value, the absolute value as a Double.

    Returns the norm of this value, the absolute value as a Double.

    Definition Classes
    fieldIntRing
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def one: Int

    Definition Classes
    fieldIntSemiring
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toDouble(a: Int): Int

  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. def zero: Int

    Definition Classes
    fieldIntSemiring

Inherited from Field[Int]

Inherited from Ring[Int]

Inherited from Semiring[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped