Function liblapack_sys::spbtrf_ [] [src]

pub unsafe extern "C" fn spbtrf_(
    uplo: *mut c_char,
    n: *mut c_int,
    kd: *mut c_int,
    ab: *mut c_float,
    ldab: *mut c_int,
    info: *mut c_int
)