Function modcholesky::utils::index_of_largest_abs

source ยท
pub fn index_of_largest_abs<'a, T>(c: &ArrayView1<'_, T>) -> usize
Expand description

Returns the index of the element with the largest absolute value in a 1D array