Function lapack_sys::zlascl_[][src]

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