pub unsafe extern "C" fn Short2DRowColAbsMax(
arr: *mut *mut c_short,
nrow: c_long,
ncol: c_long,
) -> c_longExpand description
Returns the maximum of the absolute values of element in a two-dimensional short array. The number of rows and columns should be passed in.