Skip to main content

Short2DRowColAbsMax

Function Short2DRowColAbsMax 

Source
pub unsafe extern "C" fn Short2DRowColAbsMax(
    arr: *mut *mut c_short,
    nrow: c_long,
    ncol: c_long,
) -> c_long
Expand 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.