Function lapack::stpttr[][src]

pub unsafe fn stpttr(
    uplo: u8,
    n: i32,
    ap: &[f32],
    a: &mut [f32],
    lda: i32,
    info: &mut i32
)