pub unsafe extern "C" fn FlipFlowArraySign(
arr: *mut *mut c_short,
params: *mut paramT,
nrow: c_long,
ncol: c_long,
) -> c_intExpand description
Flips the sign of all values in a row-by-column array if the flip flip flag is set. Otherwise, does nothing.