sliceArray

fun ComplexFloatArray.sliceArray(indices: Collection<Int>): ComplexFloatArray
fun ComplexDoubleArray.sliceArray(indices: Collection<Int>): ComplexDoubleArray

Returns an array containing elements of this array at specified indices.


fun ComplexFloatArray.sliceArray(indices: IntRange): ComplexFloatArray
fun ComplexDoubleArray.sliceArray(indices: IntRange): ComplexDoubleArray

Returns an array containing elements at indices in the specified indices range.