Packages

o

breeze.math.Field

fieldBigDecimal

implicit object fieldBigDecimal extends Field[BigDecimal] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Field[BigDecimal], Ring[BigDecimal], Semiring[BigDecimal], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fieldBigDecimal
  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: BigDecimal, b: BigDecimal): Boolean
    Definition Classes
    fieldBigDecimalSemiring
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def %(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalRing
  5. def *(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalSemiring
  6. def +(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalSemiring
  7. def -(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalRing
  8. def /(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalField
  9. def ==(a: BigDecimal, b: BigDecimal): Boolean
    Definition Classes
    fieldBigDecimalSemiring
  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: BigDecimal, b: BigDecimal, tolerance: Double): Boolean
    Definition Classes
    fieldBigDecimalSemiring
  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: BigDecimal): BigDecimal
    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: BigDecimal): BigDecimal
    Definition Classes
    Ring
  22. implicit val normImpl: linalg.norm.Impl[BigDecimal, Double]
    Definition Classes
    fieldBigDecimalRing
  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: BigDecimal
    Definition Classes
    fieldBigDecimalSemiring
  26. def pow(a: BigDecimal, b: BigDecimal): BigDecimal
    Definition Classes
    fieldBigDecimalField
  27. def sNorm(a: BigDecimal): 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: BigDecimal
    Definition Classes
    fieldBigDecimalSemiring

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

Inherited from Ring[BigDecimal]

Inherited from Semiring[BigDecimal]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped