Function THShortLapack_potrs

Source
pub unsafe extern "C" fn THShortLapack_potrs(
    uplo: c_char,
    n: c_int,
    nrhs: c_int,
    a: *mut c_short,
    lda: c_int,
    b: *mut c_short,
    ldb: c_int,
    info: *mut c_int,
)