Packages

implicit object fieldInt extends Field[Int] with Serializable

Not a field, but whatever.

Annotations
@SerialVersionUID()
Linear Supertypes
Field[Int], Ring[Int], Semiring[Int], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fieldInt
  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: Int, b: Int): Boolean
    Definition Classes
    fieldIntSemiring
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def %(a: Int, b: Int): Int
    Definition Classes
    fieldIntRing
  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: 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: Int, b: Int, 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: Int): Int
    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: Int): Int
    Definition Classes
    Ring
  22. implicit val normImpl: linalg.norm.Impl[Int, Double]
    Definition Classes
    fieldIntRing
  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: Int
    Definition Classes
    fieldIntSemiring
  26. def pow(a: Int, b: Int): Int
    Definition Classes
    fieldIntField
  27. def sNorm(a: Int): 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: Int
    Definition Classes
    fieldIntSemiring

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[Int]

Inherited from Ring[Int]

Inherited from Semiring[Int]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped