Function modcholesky::utils::index_of_largest_abs[][src]

pub fn index_of_largest_abs<'a, T>(c: &ArrayView1<'_, T>) -> usize where
    <ViewRepr<&'a T> as RawData>::Elem: PartialOrd + Signed + Clone

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