Function lapacke::dggqrf [] [src]

pub unsafe fn dggqrf(
    layout: Layout,
    n: i32,
    m: i32,
    p: i32,
    a: &mut [f64],
    lda: i32,
    taua: &mut [f64],
    b: &mut [f64],
    ldb: i32,
    taub: &mut [f64]
) -> i32