Function lapack::sorbdb [] [src]

pub unsafe fn sorbdb(
    trans: u8,
    signs: u8,
    m: i32,
    p: i32,
    q: i32,
    x11: &mut [f32],
    ldx11: i32,
    x12: &mut [f32],
    ldx12: i32,
    x21: &mut [f32],
    ldx21: i32,
    x22: &mut [f32],
    ldx22: i32,
    theta: &mut [f32],
    phi: &mut [f32],
    taup1: &mut [f32],
    taup2: &mut [f32],
    tauq1: &mut [f32],
    tauq2: &mut [f32],
    work: &mut [f32],
    lwork: i32,
    info: &mut i32
)