Function rlapack::ll::dgeequ_ [] [src]

pub unsafe extern "C" fn dgeequ_(
    __m: *mut __CLPK_integer,
    __n: *mut __CLPK_integer,
    __a: *mut __CLPK_doublereal,
    __lda: *mut __CLPK_integer,
    __r__: *mut __CLPK_doublereal,
    __c__: *mut __CLPK_doublereal,
    __rowcnd: *mut __CLPK_doublereal,
    __colcnd: *mut __CLPK_doublereal,
    __amax: *mut __CLPK_doublereal,
    __info: *mut __CLPK_integer
) -> c_int