multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
toComplexDoubleArray
to
Complex
Double
Array
common
fun
Array
<
out
ComplexDouble
>
.
toComplexDoubleArray
(
)
:
ComplexDoubleArray
Content copied to clipboard
fun
DoubleArray
.
toComplexDoubleArray
(
)
:
ComplexDoubleArray
Content copied to clipboard
fun
Collection
<
ComplexDouble
>
.
toComplexDoubleArray
(
)
:
ComplexDoubleArray
Content copied to clipboard
Returns an array of ComplexDouble containing all of the elements of this generic array.