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

potrs#

nvmath.bindings.cusolverMp.potrs(
intptr_t handle,
int uplo,
int64_t n,
int64_t nrhs,
intptr_t a,
int64_t ia,
int64_t ja,
intptr_t desc_a,
intptr_t b,
int64_t ib,
int64_t jb,
intptr_t desc_b,
int compute_type,
intptr_t d_work,
size_t workspace_in_bytes_on_device,
intptr_t h_work,
size_t workspace_in_bytes_on_host,
intptr_t info,
)[source]#

See cusolverMpPotrs.