argMin

fun <T : Number, D : Dimension> MultiArray<T, D>.argMin(): Int

Returns flat index of minimum element in an ndarray.

same as Math.argMin