
*****
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 regular API.

hipSOLVER regular API types
================================

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

.. _handle_t:

hipsolverHandle_t
--------------------
.. doxygentypedef:: hipsolverHandle_t

.. _syevjinfo_t:

hipsolverSyevjInfo_t
--------------------
.. doxygentypedef:: hipsolverSyevjInfo_t

.. _status_t:

hipsolverStatus_t
--------------------
.. doxygenenum:: hipsolverStatus_t

.. _operation_t:

hipsolverOperation_t
--------------------
.. doxygenenum:: hipsolverOperation_t

.. _fillmode_t:

hipsolverFillMode_t
--------------------
.. doxygenenum:: hipsolverFillMode_t

.. _sidemode_t:

hipsolverSideMode_t
--------------------
.. doxygenenum:: hipsolverSideMode_t

.. _eigmode_t:

hipsolverEigMode_t
--------------------
.. doxygenenum:: hipsolverEigMode_t

.. _eigtype_t:

hipsolverEigType_t
--------------------
.. doxygenenum:: hipsolverEigType_t

