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