multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
minimum
minimum
common
fun
<
T
:
Number
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
minimum
(
other
:
MultiArray
<
T
,
D
>
)
:
NDArray
<
T
,
D
>
Content copied to clipboard
Returns the element-wise minimum of array elements for
this
and
other
.