Class/Object

breeze.math

Complex

Related Docs: object Complex | package math

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(that: Double): Complex

    Permalink
  4. def %(that: Float): Complex

    Permalink
  5. def %(that: Long): Complex

    Permalink
  6. def %(that: Int): Complex

    Permalink
  7. def %(that: Complex): Complex

    Permalink
  8. def *(that: Double): Complex

    Permalink
  9. def *(that: Float): Complex

    Permalink
  10. def *(that: Long): Complex

    Permalink
  11. def *(that: Int): Complex

    Permalink
  12. def *(that: Complex): Complex

    Permalink
  13. def +(that: Double): Complex

    Permalink
  14. def +(that: Float): Complex

    Permalink
  15. def +(that: Long): Complex

    Permalink
  16. def +(that: Int): Complex

    Permalink
  17. def +(that: Complex): Complex

    Permalink
  18. def -(that: Double): Complex

    Permalink
  19. def -(that: Float): Complex

    Permalink
  20. def -(that: Long): Complex

    Permalink
  21. def -(that: Int): Complex

    Permalink
  22. def -(that: Complex): Complex

    Permalink
  23. def /(that: Double): Complex

    Permalink
  24. def /(that: Float): Complex

    Permalink
  25. def /(that: Long): Complex

    Permalink
  26. def /(that: Int): Complex

    Permalink
  27. def /(that: Complex): Complex

    Permalink
  28. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def abs: Double

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

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

    Permalink
  33. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Complex → Equals → AnyRef → Any
  35. def exp: Complex

    Permalink
  36. def finalize(): Unit

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

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

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

    Permalink

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

  40. val imag: Double

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def log: Complex

    Permalink
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. def pow(b: Complex): Complex

    Permalink
  47. def pow(b: Double): Complex

    Permalink
  48. def re(): Double

    Permalink

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

  49. val real: Double

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

    Permalink
    Definition Classes
    AnyRef
  51. def toString(): String

    Permalink
    Definition Classes
    Complex → AnyRef → Any
  52. def unary_-: Complex

    Permalink
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped