Function lapack_sys::spbequ_[][src]

pub unsafe extern "C" fn spbequ_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    AB: *const f32,
    ldab: *const c_int,
    S: *mut f32,
    scond: *mut f32,
    amax: *mut f32,
    info: *mut c_int
)