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

potrs_buffer_size#

nvmath.bindings.cusolverMp.potrs_buffer_size(
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,
) tuple[source]#

See cusolverMpPotrs_bufferSize.