Contents

init(realp:imagp:)

Creates a new split complex structure.

Declaration

init(realp: UnsafeMutablePointer<Float>, imagp: UnsafeMutablePointer<Float>)

Parameters

  • realp:

    A pointer to an array containing the real parts of the complex numbers.

  • imagp:

    A pointer to an array containing the imaginary parts of the complex numbers.