Fork me on GitHub
#core-matrix
<
2017-04-24
>
octahedrion11:04:04

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

blueberry15:04:49

@octo221 You have that in neanderthal. Don't know whether core.matrix have what you need.