multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
toMutableList
to
Mutable
List
common
fun
ComplexFloatArray
.
toMutableList
(
)
:
MutableList
<
ComplexFloat
>
Content copied to clipboard
fun
ComplexDoubleArray
.
toMutableList
(
)
:
MutableList
<
ComplexDouble
>
Content copied to clipboard
Returns a new
MutableList
filled with all elements of this array.