Function modcholesky::utils::index_of_largest[][src]

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

Returns the index of the largest element in a 1D array