The nvmath. module is experimental and potentially subject to future changes.
getrs#
-
nvmath.
bindings. cusolverMp. getrs( - intptr_t handle,
- int trans,
- int64_t n,
- int64_t nrhs,
- intptr_t d_a,
- int64_t ia,
- int64_t ja,
- intptr_t desc_a,
- intptr_t d_ipiv,
- intptr_t d_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 d_info,
See
cusolverMpGetrs.