Skip to main content

ValidDataArray

Function ValidDataArray 

Source
pub unsafe extern "C" fn ValidDataArray(
    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, and TRUE otherwise.