cblas_sys

Function cblas_dswap

Source
pub unsafe extern "C" fn cblas_dswap(
    n: c_int,
    x: *mut c_double,
    incx: c_int,
    y: *mut c_double,
    incy: c_int,
)