Sparse matrix data types#
hipSOLVER defines types and enumerations that are internally converted to the corresponding backend types at runtime. Here is a list of the types used in the compatibility API.
hipSOLVER compatibility API types#
hipsolverSpHandle_t#
-
typedef void *hipsolverSpHandle_t#
hipsparseMatDescr_t#
-
typedef void *hipsparseMatDescr_t#
hipsolverStatus_t#
See hipsolverStatus_t.