pub fn filled_f<T: Clone>(nrows: usize, ncols: usize, value: T) -> Array2<T>
Creates a column-major Array2 filled with a value.