Function lapack_sys::dbdsqr_[][src]

pub unsafe extern "C" fn dbdsqr_(
    uplo: *const c_char,
    n: *const c_int,
    ncvt: *const c_int,
    nru: *const c_int,
    ncc: *const c_int,
    D: *mut f64,
    E: *mut f64,
    VT: *mut f64,
    ldvt: *const c_int,
    U: *mut f64,
    ldu: *const c_int,
    C: *mut f64,
    ldc: *const c_int,
    work: *mut f64,
    info: *mut c_int
)