Function lapacke::cptsv_work [] [src]

pub unsafe fn cptsv_work(
    layout: Layout,
    n: i32,
    nrhs: i32,
    d: &mut [f32],
    e: &mut [c32],
    b: &mut [c32],
    ldb: i32
) -> i32