breeze.math.Field

fieldShort

implicit object fieldShort extends Field[Short]

Linear Supertypes
Field[Short], Ring[Short], Semiring[Short], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fieldShort
  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: Short, b: Short): Boolean

    Definition Classes
    fieldShortSemiring
  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: Short, b: Short): Short

    Definition Classes
    fieldShortSemiring
  6. def +(a: Short, b: Short): Short

    Definition Classes
    fieldShortSemiring
  7. def -(a: Short, b: Short): Short

    Definition Classes
    fieldShortRing
  8. def /(a: Short, b: Short): Short

    Definition Classes
    fieldShortField
  9. def ==(a: Short, b: Short): Boolean

    Definition Classes
    fieldShortSemiring
  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: Short, b: Short, tolerance: Double = 1E-4): Boolean

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

    Returns the DefaultArrayValue for this type.

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

    Definition Classes
    fieldShortSemiring
  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: Short): Short

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

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

    Returns true if this is not a number.

    Returns true if this is not a number.

    Definition Classes
    fieldShortRing
  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: ClassTag[Short]

    Returns the class manifest of the scalar type.

    Returns the class manifest of the scalar type.

    Definition Classes
    fieldShortSemiring
  26. def nan: Nothing

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

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

    Definition Classes
    Ring
  29. def norm(a: Short): 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
    fieldShortRing
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def one: Short

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

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

  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: Short

    Definition Classes
    fieldShortSemiring

Inherited from Field[Short]

Inherited from Ring[Short]

Inherited from Semiring[Short]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped