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

matrix_create_batch_dn#

nvmath.bindings.cudss.matrix_create_batch_dn(
int64_t batch_count,
intptr_t nrows,
intptr_t ncols,
intptr_t ld,
intptr_t values,
int integer_type,
int value_type,
int layout,
) intptr_t[source]#

See cudssMatrixCreateBatchDn.