The nvmath. module is experimental and potentially subject to future changes.
ormtr#
-
nvmath.
bindings. cusolverMp. ormtr( - intptr_t handle,
- int side,
- int uplo,
- int trans,
- int64_t m,
- int64_t n,
- intptr_t a,
- int64_t ia,
- int64_t ja,
- intptr_t desc_a,
- intptr_t tau,
- intptr_t c,
- int64_t ic,
- int64_t jc,
- intptr_t desc_c,
- 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,
See
cusolverMpOrmtr.