multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
toType
to
Type
common
inline
fun
<
T
,
O
:
Any
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
toType
(
copy
:
CopyStrategy
=
CopyStrategy.FULL
)
:
NDArray
<
O
,
D
>
Content copied to clipboard
fun
<
T
,
O
:
Any
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
toType
(
dtype
:
DataType
,
copy
:
CopyStrategy
=
CopyStrategy.FULL
)
:
NDArray
<
O
,
D
>
Content copied to clipboard