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
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. def /(that: Double): Complex

  25. def /(that: Float): Complex

  26. def /(that: Long): Complex

  27. def /(that: Int): Complex

  28. def /(that: Complex): Complex

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

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

    Definition Classes
    Any
  31. def abs: Double

  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def clone(): AnyRef

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

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

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

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

  38. def finalize(): Unit

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

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

    Definition Classes
    Complex → AnyRef → Any
  41. def im(): Double

    Redundant accessor method, placed for transparent interlink with MATLAB/Mathematica.

  42. val imag: Double

  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. def log: Complex

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

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

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

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

  49. def pow(b: Double): Complex

  50. def re(): Double

    Redundant accessor method, placed for transparent interlink with MATLAB/Mathematica.

  51. val real: Double

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

  55. final def wait(): Unit

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

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