Function lapacke::spttrs [] [src]

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