Function lapack_sys::dorcsd_[][src]

pub unsafe extern "C" fn dorcsd_(
    jobu1: *const c_char,
    jobu2: *const c_char,
    jobv1t: *const c_char,
    jobv2t: *const c_char,
    trans: *const c_char,
    signs: *const c_char,
    m: *const c_int,
    p: *const c_int,
    q: *const c_int,
    X11: *mut f64,
    ldx11: *const c_int,
    X12: *mut f64,
    ldx12: *const c_int,
    X21: *mut f64,
    ldx21: *const c_int,
    X22: *mut f64,
    ldx22: *const c_int,
    theta: *mut f64,
    U1: *mut f64,
    ldu1: *const c_int,
    U2: *mut f64,
    ldu2: *const c_int,
    V1T: *mut f64,
    ldv1t: *const c_int,
    V2T: *mut f64,
    ldv2t: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)