[go: up one dir, main page]

Function smawk::brute_force_column_minima[][src]

pub fn brute_force_column_minima<T: Ord>(matrix: &Array2<T>) -> Vec<usize>

Compute column minima by brute force in O(mn) time.

Panics

It is an error to call this on a matrix with zero rows.