Function rlapack::ll::zlarzb_ [] [src]

pub unsafe extern "C" fn zlarzb_(
    __side: *mut c_char,
    __trans: *mut c_char,
    __direct: *mut c_char,
    __storev: *mut c_char,
    __m: *mut __CLPK_integer,
    __n: *mut __CLPK_integer,
    __k: *mut __CLPK_integer,
    __l: *mut __CLPK_integer,
    __v: *mut __CLPK_doublecomplex,
    __ldv: *mut __CLPK_integer,
    __t: *mut __CLPK_doublecomplex,
    __ldt: *mut __CLPK_integer,
    __c__: *mut __CLPK_doublecomplex,
    __ldc: *mut __CLPK_integer,
    __work: *mut __CLPK_doublecomplex,
    __ldwork: *mut __CLPK_integer
) -> c_int