multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
min
min
common
fun
<
T
:
Number
,
Comparable
<
T
>
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
min
(
)
:
T
?
Content copied to clipboard
Returns the smallest element or
null
if there are no elements.