Skip to main content

Add2DFloatArrays

Function Add2DFloatArrays 

Source
pub unsafe extern "C" fn Add2DFloatArrays(
    arr1: *mut *mut f32,
    arr2: *mut *mut f32,
    nrow: c_long,
    ncol: c_long,
) -> c_int
Expand description

Adds the values of two 2-D arrays elementwise.