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