Function lapack::spttrs [] [src]

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