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]

    Returns the DefaultArrayValue for this type.

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

    Definition Classes
    scalarSemiring
  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()
  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

    Returns true if this is not a number.

    Returns true if this is not a number.

    Definition Classes
    scalarRing
  28. def isPrimitive: Boolean

    Returns true if this is a primitive type.

    Returns true if this is a primitive type.

    Definition Classes
    Ring
  29. val manifest: ClassManifest[Complex]

    Returns the class manifest of the scalar type.

    Returns the class manifest of the scalar type.

    Definition Classes
    scalarSemiring
  30. def nan: Complex

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

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

    Definition Classes
    Ring
  33. def norm(a: Complex): 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
    scalarRing
  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def one: Complex

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

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

  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. 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