Function lapacke::dpftrs_work [] [src]

pub unsafe fn dpftrs_work(
    layout: Layout,
    transr: u8,
    uplo: u8,
    n: i32,
    nrhs: i32,
    a: &[f64],
    b: &mut [f64],
    ldb: i32
) -> i32