multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
toTypedArray
to
Typed
Array
common
fun
ComplexFloatArray
.
toTypedArray
(
)
:
Array
<
ComplexFloat
>
Content copied to clipboard
fun
ComplexDoubleArray
.
toTypedArray
(
)
:
Array
<
ComplexDouble
>
Content copied to clipboard
Returns a
typed
object array containing all of the elements of this primitive array.