breeze.math.Complex

scalar

implicit object scalar extends Field[Complex]

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

    Definition Classes
    scalarSemiring
  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: Complex, b: Complex): Complex

    Definition Classes
    scalarSemiring
  6. def +(a: Complex, b: Complex): Complex

    Definition Classes
    scalarSemiring
  7. def -(a: Complex, b: Complex): Complex

    Definition Classes
    scalarRing
  8. def /(a: Complex, b: Complex): Complex

    Definition Classes
    scalarField
  9. def <(a: Complex, b: Complex): Boolean

  10. def <=(a: Complex, b: Complex): Boolean

  11. def ==(a: Complex, b: Complex): Boolean

    Definition Classes
    scalarSemiring
  12. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  14. def >(a: Complex, b: Complex): Boolean

  15. def >=(a: Complex, b: Complex): Boolean

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

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

    Definition Classes
    Semiring
  19. val defaultArrayValue: DefaultArrayValue[Complex]

  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  25. def inverse(a: Complex): Complex

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

    Definition Classes
    Any
  27. def isNaN(a: Complex): Boolean

  28. val manifest: ClassTag[Complex]

  29. def nan: Complex

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

    Definition Classes
    AnyRef
  31. def negate(s: Complex): Complex

    Definition Classes
    Ring
  32. def norm(a: Complex): Double

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def one: Complex

    Definition Classes
    scalarSemiring
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toDouble(a: Complex): Nothing

  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def zero: Complex

    Definition Classes
    scalarSemiring

Inherited from Field[Complex]

Inherited from Ring[Complex]

Inherited from Semiring[Complex]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped