dtbcon

Function dtbcon 

Source
pub unsafe fn dtbcon(
    layout: Layout,
    norm: u8,
    uplo: u8,
    diag: u8,
    n: i32,
    kd: i32,
    ab: &[f64],
    ldab: i32,
    rcond: &mut f64,
) -> i32