Function R_max_col

Source
pub unsafe extern "C" fn R_max_col(
    matrix: *mut c_double,
    nr: *mut c_int,
    nc: *mut c_int,
    maxes: *mut c_int,
    ties_meth: *mut c_int,
)