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

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