toTypedArray

fun ComplexFloatArray.toTypedArray(): Array<ComplexFloat>
fun ComplexDoubleArray.toTypedArray(): Array<ComplexDouble>

Returns a typed object array containing all of the elements of this primitive array.