Function rcublas_sys::cublasSgeqrfBatched
source · pub unsafe extern "C" fn cublasSgeqrfBatched(
handle: cublasHandle_t,
m: c_int,
n: c_int,
Aarray: *const *mut f32,
lda: c_int,
TauArray: *const *mut f32,
info: *mut c_int,
batchSize: c_int
) -> cublasStatus_t