Function torch::THShortLapack_gesv [] [src]

pub unsafe extern "C" fn THShortLapack_gesv(
    n: c_int,
    nrhs: c_int,
    a: *mut c_short,
    lda: c_int,
    ipiv: *mut c_int,
    b: *mut c_short,
    ldb: c_int,
    info: *mut c_int
)