api / koma / argMin

argMin

fun argMin(arr:Matrix<Double>):Int

Returns the index of the min element in the input matrix

Parameters

arr - An arbitrarily sized matrix

Return The maximum value