Function lapack::cpbtrf[][src]

pub unsafe fn cpbtrf(
    uplo: u8,
    n: i32,
    kd: i32,
    ab: &mut [c32],
    ldab: i32,
    info: &mut i32
)