Function rlapack::ll::sgtsv_ [] [src]

pub unsafe extern "C" fn sgtsv_(
    __n: *mut __CLPK_integer,
    __nrhs: *mut __CLPK_integer,
    __dl: *mut __CLPK_real,
    __d__: *mut __CLPK_real,
    __du: *mut __CLPK_real,
    __b: *mut __CLPK_real,
    __ldb: *mut __CLPK_integer,
    __info: *mut __CLPK_integer
) -> c_int