toComplexDoubleArray

fun Array<out ComplexDouble>.toComplexDoubleArray(): ComplexDoubleArray
fun DoubleArray.toComplexDoubleArray(): ComplexDoubleArray

Returns an array of ComplexDouble containing all of the elements of this generic array.