Function dlascl_

Source
pub unsafe extern "C" fn dlascl_(
    _type: *const c_char,
    kl: *const c_int,
    ku: *const c_int,
    cfrom: *mut c_double,
    cto: *mut c_double,
    m: *const c_int,
    n: *const c_int,
    a: *mut c_double,
    lda: *const c_int,
    info: *mut c_int,
)