pub unsafe extern "C" fn NonNegDataArray( arr: *mut *mut f32, nrow: c_long, ncol: c_long, ) -> c_schar
Given a 2D floating point array, returns FALSE if any elements are NaN or infinite or negative, and TRUE otherwise.