multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
drop
drop
common
fun
ComplexFloatArray
.
drop
(
n
:
Int
)
:
List
<
ComplexFloat
>
Content copied to clipboard
fun
ComplexDoubleArray
.
drop
(
n
:
Int
)
:
List
<
ComplexDouble
>
Content copied to clipboard
Returns a list containing all elements except first
n
elements.
Throws
kotlin.
Illegal
Argument
Exception
if
n
is negative.