toList

fun ComplexFloatArray.toList(): List<ComplexFloat>
fun ComplexDoubleArray.toList(): List<ComplexDouble>

Returns a List containing all elements.