---
title: "init(realp:imagp:)"
framework: accelerate
role: symbol
role_heading: Initializer
path: "accelerate/dspdoublesplitcomplex/init(realp:imagp:)"
---

# init(realp:imagp:)

Creates a new split complex structure.

## Declaration

```swift
init(realp: UnsafeMutablePointer<Double>, imagp: UnsafeMutablePointer<Double>)
```

## 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.
