Function rcublas_sys::cublasSgelsBatched
source · pub unsafe extern "C" fn cublasSgelsBatched(
handle: cublasHandle_t,
trans: cublasOperation_t,
m: c_int,
n: c_int,
nrhs: c_int,
Aarray: *const *mut f32,
lda: c_int,
Carray: *const *mut f32,
ldc: c_int,
info: *mut c_int,
devInfoArray: *mut c_int,
batchSize: c_int
) -> cublasStatus_t