Function rlapack::ll::dbdsqr_ [] [src]

pub unsafe extern "C" fn dbdsqr_(
    __uplo: *mut c_char,
    __n: *mut __CLPK_integer,
    __ncvt: *mut __CLPK_integer,
    __nru: *mut __CLPK_integer,
    __ncc: *mut __CLPK_integer,
    __d__: *mut __CLPK_doublereal,
    __e: *mut __CLPK_doublereal,
    __vt: *mut __CLPK_doublereal,
    __ldvt: *mut __CLPK_integer,
    __u: *mut __CLPK_doublereal,
    __ldu: *mut __CLPK_integer,
    __c__: *mut __CLPK_doublereal,
    __ldc: *mut __CLPK_integer,
    __work: *mut __CLPK_doublereal,
    __info: *mut __CLPK_integer
) -> c_int