1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
.. meta::
:description: hipSOLVER documentation and API reference library
:keywords: hipSOLVER, rocSOLVER, ROCm, API, documentation
.. _dense_types:
********************************************************************
Dense 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.
hipsolverDnHandle_t
--------------------
.. doxygentypedef:: hipsolverDnHandle_t
hipsolverGesvdjInfo_t
----------------------
See :ref:`hipsolverGesvdjInfo_t <gesvdjinfo_t>`.
hipsolverSyevjInfo_t
--------------------
See :ref:`hipsolverSyevjInfo_t <syevjinfo_t>`.
hipsolverStatus_t
--------------------
See :ref:`hipsolverStatus_t <status_t>`.
hipblasOperation_t
--------------------
See :ref:`hipblasOperation_t <operation_t>`.
hipblasFillMode_t
--------------------
See :ref:`hipblasFillMode_t <fillmode_t>`.
hipblasSideMode_t
--------------------
See :ref:`hipblasSideMode_t <sidemode_t>`.
hipsolverEigMode_t
--------------------
See :ref:`hipsolverEigMode_t <eigmode_t>`.
hipsolverEigType_t
--------------------
See :ref:`hipsolverEigType_t <eigtype_t>`.
hipsolverEigRange_t
--------------------
See :ref:`hipsolverEigRange_t <eigrange_t>`.
hipsolverAlgMode_t
--------------------
.. doxygenenum:: hipsolverAlgMode_t
hipsolverDeterministicMode_t
-----------------------------
See :ref:`hipsolverDeterministicMode_t <deterministicMode_t>`.
hipsolverDnFunction_t
---------------------
.. doxygenenum:: hipsolverDnFunction_t
|