hi, does core.matrix have a fast way to get the path of indices to the element having the max/min value in a matrix ? Currently I'm manually reducing over the matrix to find the max value & its indices via index-seq, but that's slow
@octo221 You have that in neanderthal. Don't know whether core.matrix have what you need.