Package

cogx.cogmath.algebra

complex

Permalink

package complex

Visibility
  1. Public
  2. All

Type Members

  1. class Complex extends Serializable

    Permalink

    Complex numbers.

    Complex numbers.

    Annotations
    @SerialVersionUID()
  2. class ComplexArray extends IndexedSeq[Complex] with Serializable

    Permalink

    An array of complex numbers; unlike other collections in this package, ComplexArrays are mutable.

    An array of complex numbers; unlike other collections in this package, ComplexArrays are mutable.

    Complex numbers are stored in a non-interleaved format in an array of floats: real parts in the first half of the array, followed by imaginary parts in the second half of the array.

    Annotations
    @SerialVersionUID()
  3. trait ComplexImplicits extends Serializable

    Permalink

    Implicit conversions for complex numbers.

  4. class ComplexMatrix extends Serializable

    Permalink

    An immutable matrix of complex numbers.

    An immutable matrix of complex numbers.

    Annotations
    @SerialVersionUID()
  5. class ComplexTensor3 extends AnyRef

    Permalink

    An order-3 complex tensor.

  6. class ComplexVector extends AnyRef

    Permalink

    An immutable vector of complex numbers.

Value Members

  1. object Complex extends Serializable

    Permalink

    Factory for creating complex numbers.

  2. object ComplexArray extends Serializable

    Permalink

    Companion object supplying concatenation.

  3. object ComplexMatrix extends Serializable

    Permalink
  4. object ComplexVector

    Permalink

    Factory for creating complex vectors.

Ungrouped