Skip to main content

NonNegDataArray

Function NonNegDataArray 

Source
pub unsafe extern "C" fn NonNegDataArray(
    arr: *mut *mut f32,
    nrow: c_long,
    ncol: c_long,
) -> c_schar
Expand description

Given a 2D floating point array, returns FALSE if any elements are NaN or infinite or negative, and TRUE otherwise.