Function libhelium_sys::he_math_utils_elem_mul

source ยท
pub unsafe extern "C" fn he_math_utils_elem_mul(
    row: *mut c_double,
    row_length1: c_int,
    matrix: *mut c_double,
    matrix_length1: c_int,
    matrix_length2: c_int,
    result_length1: *mut c_int,
) -> *mut c_double