Function rlapack::ll::ctrsyl_ [] [src]

pub unsafe extern "C" fn ctrsyl_(
    __trana: *mut c_char,
    __tranb: *mut c_char,
    __isgn: *mut __CLPK_integer,
    __m: *mut __CLPK_integer,
    __n: *mut __CLPK_integer,
    __a: *mut __CLPK_complex,
    __lda: *mut __CLPK_integer,
    __b: *mut __CLPK_complex,
    __ldb: *mut __CLPK_integer,
    __c__: *mut __CLPK_complex,
    __ldc: *mut __CLPK_integer,
    __scale: *mut __CLPK_real,
    __info: *mut __CLPK_integer
) -> c_int