Function torch::THByteLapack_potrs [] [src]

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