Packages

o

breeze.math.Field

fieldLong

implicit object fieldLong extends Field[Long] with Serializable

Not a field, but whatever.

Annotations
@SerialVersionUID()
Linear Supertypes
Field[Long], Ring[Long], Semiring[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fieldLong
  2. Field
  3. Ring
  4. Semiring
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def !=(a: Long, b: Long): Boolean
    Definition Classes
    fieldLongSemiring
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def %(a: Long, b: Long): Long
    Definition Classes
    fieldLongRing
  5. def *(a: Long, b: Long): Long
    Definition Classes
    fieldLongSemiring
  6. def +(a: Long, b: Long): Long
    Definition Classes
    fieldLongSemiring
  7. def -(a: Long, b: Long): Long
    Definition Classes
    fieldLongRing
  8. def /(a: Long, b: Long): Long
    Definition Classes
    fieldLongField
  9. def ==(a: Long, b: Long): Boolean
    Definition Classes
    fieldLongSemiring
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def close(a: Long, b: Long, tolerance: Double = 1E-4): Boolean
    Definition Classes
    Semiring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def inverse(a: Long): Long
    Definition Classes
    Field
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def negate(s: Long): Long
    Definition Classes
    Ring
  22. implicit val normImpl: linalg.norm.Impl[Long, Double]
    Definition Classes
    fieldLongRing
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def one: Long
    Definition Classes
    fieldLongSemiring
  26. def pow(a: Long, b: Long): Long
    Definition Classes
    fieldLongField
  27. def sNorm(a: Long): Double
    Definition Classes
    Ring
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def zero: Long
    Definition Classes
    fieldLongSemiring

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Field[Long]

Inherited from Ring[Long]

Inherited from Semiring[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped