rocsolver_create_rfinfo Interface Reference#
hipfort_rocsolver::rocsolver_create_rfinfo Interface Reference
The CREATE_RFINFO function initializes the structure rfinfo that contains the meta data and descriptors of the specific matrices required by the refactorization functions CSRRF_REFACTLU and CSRRF_REFACTCHOL and by the direct solver CSRRF_SOLVE.
More...
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocsolver_create_rfinfo_ (rfinfo, handle) |
Detailed Description
The CREATE_RFINFO function initializes the structure rfinfo that contains the meta data and descriptors of the specific matrices required by the refactorization functions CSRRF_REFACTLU and CSRRF_REFACTCHOL and by the direct solver CSRRF_SOLVE.
- Parameters
-
[out] rfinfo - rocsolver_rfinfo. The pointer to the rfinfo struct to be initialized.[in] handle - rocblas_handle.
Member Function/Subroutine Documentation
◆ rocsolver_create_rfinfo_()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_create_rfinfo::rocsolver_create_rfinfo_ | ( | type(c_ptr) | rfinfo, |
| type(c_ptr), value | handle | ||
| ) |
The documentation for this interface was generated from the following file: