stpqrt2_work

Function stpqrt2_work 

Source
pub unsafe fn stpqrt2_work(
    layout: Layout,
    m: i32,
    n: i32,
    l: i32,
    a: &mut [f32],
    lda: i32,
    b: &mut [f32],
    ldb: i32,
    t: &mut [f32],
    ldt: i32,
) -> i32