Sparse matrix helper functions#
These helper functions control aspects of the hipSOLVER library. They are divided into the following categories:
- Handle setup and teardown: Functions to initialize and cleanup the library handle. 
- Stream manipulation: Functions to manipulate streams. 
Handle setup and teardown#
hipsolverSpCreate()#
- 
hipsolverStatus_t hipsolverSpCreate(hipsolverSpHandle_t *handle)#
hipsolverSpDestroy()#
- 
hipsolverStatus_t hipsolverSpDestroy(hipsolverSpHandle_t handle)#
Stream manipulation#
hipsolverSpSetStream()#
- 
hipsolverStatus_t hipsolverSpSetStream(hipsolverSpHandle_t handle, hipStream_t streamId)#