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