Function lapack_sys::dsyswapr_[][src]

pub unsafe extern "C" fn dsyswapr_(
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    i1: *const c_int,
    i2: *const c_int
)