The nvmath.bindings module is experimental and potentially subject to future changes.

scsrqr_buffer_info_batched#

nvmath.bindings.cusolverSp.scsrqr_buffer_info_batched(
intptr_t handle,
int m,
int n,
int nnz,
intptr_t descr_a,
intptr_t csr_val,
intptr_t csr_row_ptr,
intptr_t csr_col_ind,
int batch_size,
intptr_t info,
) tuple[source]#

See cusolverSpScsrqrBufferInfoBatched.