
*******
Types
*******

rocSOLVER uses types and enumerations defined by the rocBLAS API. For more information, see the
`rocBLAS types <https://rocblas.readthedocs.io/en/latest/functions.html#rocblas-types>`_ documentation.
Next we present additional types, only used in rocSOLVER, that extend the rocBLAS API.


Additional types
================

.. contents:: List of additional types
   :local:
   :backlinks: top

rocblas_direct
---------------
.. doxygenenum:: rocblas_direct

rocblas_storev
---------------
.. doxygenenum:: rocblas_storev

rocblas_svect
---------------
.. doxygenenum:: rocblas_svect

rocblas_evect
---------------
.. doxygenenum:: rocblas_evect

rocblas_workmode
------------------
.. doxygenenum:: rocblas_workmode

rocblas_eform
---------------
.. doxygenenum:: rocblas_eform


