Function dorbdb_

Source
pub unsafe extern "C" fn dorbdb_(
    trans: *const c_char,
    signs: *const c_char,
    m: *const lapack_int,
    p: *const lapack_int,
    q: *const lapack_int,
    X11: *mut f64,
    ldx11: *const lapack_int,
    X12: *mut f64,
    ldx12: *const lapack_int,
    X21: *mut f64,
    ldx21: *const lapack_int,
    X22: *mut f64,
    ldx22: *const lapack_int,
    theta: *mut f64,
    phi: *mut f64,
    TAUP1: *mut f64,
    TAUP2: *mut f64,
    TAUQ1: *mut f64,
    TAUQ2: *mut f64,
    work: *mut f64,
    lwork: *const lapack_int,
    info: *mut lapack_int,
    arg1: usize,
    arg2: usize,
)