minimum

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

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