
*****
Types
*****

hipSOLVER defines types and enumerations that are internally converted to cuBLAS/cuSOLVER or
rocBLAS/rocSOLVER types at runtime. Here we list the types used in the compatibility API.

hipSOLVER compatibility API types
====================================


.. contents:: List of types in the compatibility API
   :local:
   :backlinks: top

hipsolverDnHandle_t
--------------------
.. doxygentypedef:: hipsolverDnHandle_t

hipsolverGesvdjInfo_t
----------------------
.. doxygentypedef:: hipsolverGesvdjInfo_t

hipsolverSyevjInfo_t
--------------------
See :ref:`hipsolverSyevjInfo_t <syevjinfo_t>`.

hipsolverStatus_t
--------------------
See :ref:`hipsolverStatus_t <status_t>`.

hipsolverOperation_t
--------------------
See :ref:`hipsolverOperation_t <operation_t>`.

hipsolverFillMode_t
--------------------
See :ref:`hipsolverFillMode_t <fillmode_t>`.

hipsolverSideMode_t
--------------------
See :ref:`hipsolverSideMode_t <sidemode_t>`.

hipsolverEigMode_t
--------------------
See :ref:`hipsolverEigMode_t <eigmode_t>`.

hipsolverEigType_t
--------------------
See :ref:`hipsolverEigType_t <eigtype_t>`.

hipsolverEigRange_t
--------------------
.. doxygenenum:: hipsolverEigRange_t

