Function lapack_sys::clascl_[][src]

pub unsafe extern "C" fn clascl_(
    type_: *const c_char,
    kl: *const c_int,
    ku: *const c_int,
    cfrom: *const f32,
    cto: *const f32,
    m: *const c_int,
    n: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    info: *mut c_int
)