maximum

fun <T : Number, D : Dimension> MultiArray<T, D>.maximum(other: MultiArray<T, D>): NDArray<T, D>

Returns the element-wise maximum of array elements for this and other.