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

gels_buffer_size#

nvmath.bindings.cusolverMp.gels_buffer_size(
intptr_t handle,
int trans,
int64_t m,
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 cusolverMpGels_bufferSize.