Sparse matrix datatypes#

hipSOLVER defines types and enumerations that are internally converted to the corresponding backend types at runtime. Here we list the types used in this compatibility API.

hipSOLVER compatibility API types#

hipsolverSpHandle_t#

typedef void *hipsolverSpHandle_t#

hipsparseMatDescr_t#

typedef void *hipsparseMatDescr_t#

hipsolverStatus_t#

See hipsolverStatus_t.