spire.math

FloatComplex

final class FloatComplex extends AnyVal

Value class which encodes two floating point values in a Long.

We get (basically) unboxed complex numbers using this hack. The underlying implementation lives in the FastComplex object.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FloatComplex
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FloatComplex(u: Long)

Value Members

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

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

    Definition Classes
    Any
  3. final def %(b: FloatComplex): FloatComplex

  4. final def *(b: FloatComplex): FloatComplex

  5. final def **(b: Int): FloatComplex

  6. final def **(b: FloatComplex): FloatComplex

  7. final def +(b: FloatComplex): FloatComplex

  8. final def -(b: FloatComplex): FloatComplex

  9. final def /(b: FloatComplex): FloatComplex

  10. final def /%(b: FloatComplex): (FloatComplex, FloatComplex)

  11. final def /~(b: FloatComplex): FloatComplex

  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. final def abs: Float

  14. final def angle: Float

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. final def complexSignum: FloatComplex

  17. final def conjugate: FloatComplex

  18. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  19. final def imag: Float

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def isWhole: Boolean

  22. final def negate: FloatComplex

  23. final def pow(b: Int): FloatComplex

  24. final def pow(b: FloatComplex): FloatComplex

  25. final def real: Float

  26. final def repr: String

  27. final def signum: Int

  28. final def toString(): String

    Definition Classes
    FloatComplex → Any
  29. val u: Long

Inherited from AnyVal

Inherited from Any

Ungrouped