Gearóid

Results 1 issues of Gearóid

Addresses issue #1151 This PR looks into changing return type of `minIdx` and `maxIdx` in the `MinMaxIdx` function to be an `[]int` rather than `int`, i.e. ``` func MinMaxIdx(input Mat)...