Function rlapack::ll::sggsvp_ [] [src]

pub unsafe extern "C" fn sggsvp_(
    __jobu: *mut c_char,
    __jobv: *mut c_char,
    __jobq: *mut c_char,
    __m: *mut __CLPK_integer,
    __p: *mut __CLPK_integer,
    __n: *mut __CLPK_integer,
    __a: *mut __CLPK_real,
    __lda: *mut __CLPK_integer,
    __b: *mut __CLPK_real,
    __ldb: *mut __CLPK_integer,
    __tola: *mut __CLPK_real,
    __tolb: *mut __CLPK_real,
    __k: *mut __CLPK_integer,
    __l: *mut __CLPK_integer,
    __u: *mut __CLPK_real,
    __ldu: *mut __CLPK_integer,
    __v: *mut __CLPK_real,
    __ldv: *mut __CLPK_integer,
    __q: *mut __CLPK_real,
    __ldq: *mut __CLPK_integer,
    __iwork: *mut __CLPK_integer,
    __tau: *mut __CLPK_real,
    __work: *mut __CLPK_real,
    __info: *mut __CLPK_integer
) -> c_int