breeze.math

Complex

case class Complex(real: Double, imag: Double) extends Product with Serializable

Immutable complex number representation backed by doubles for the real and imaginary parts.

Integration with scala.math.Numeric and scala.math.Fractional is provided.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Complex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Complex(real: Double, imag: Double)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(that: Double): Complex

  5. def *(that: Float): Complex

  6. def *(that: Long): Complex

  7. def *(that: Int): Complex

  8. def *(that: Complex): Complex

  9. def +(that: Double): Complex

  10. def +(that: Float): Complex

  11. def +(that: Long): Complex

  12. def +(that: Int): Complex

  13. def +(that: Complex): Complex

  14. def -(that: Double): Complex

  15. def -(that: Float): Complex

  16. def -(that: Long): Complex

  17. def -(that: Int): Complex

  18. def -(that: Complex): Complex

  19. def /(that: Double): Complex

  20. def /(that: Float): Complex

  21. def /(that: Long): Complex

  22. def /(that: Int): Complex

  23. def /(that: Complex): Complex

  24. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  26. def abs: Double

  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def conjugate: Complex

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

    Definition Classes
    AnyRef
  31. def equals(that: Any): Boolean

    Definition Classes
    Complex → Equals → AnyRef → Any
  32. def exp: Complex

  33. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  35. val imag: Double

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def log: Complex

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

    Definition Classes
    AnyRef
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def pow(b: Complex): Complex

  42. def pow(b: Double): Complex

  43. val real: Double

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    Complex → AnyRef → Any
  46. def unary_-: Complex

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped