Skip to main content

FlipPhaseArraySign

Function FlipPhaseArraySign 

Source
pub unsafe extern "C" fn FlipPhaseArraySign(
    arr: *mut *mut f32,
    params: *mut paramT,
    nrow: c_long,
    ncol: c_long,
) -> c_int
Expand description

Flips the sign of all values in a passed array if the flip flag is set. Otherwise, does nothing.