Function lapack::ctpttr[][src]

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