map

inline fun <R> ComplexFloatArray.map(transform: (ComplexFloat) -> R): List<R>
inline fun <R> ComplexDoubleArray.map(transform: (ComplexDouble) -> R): List<R>

Returns a list containing the results of applying the given transform function to each element in the original array.