File: types.rst

package info (click to toggle)
hipsolver 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,096 kB
  • sloc: cpp: 72,703; f90: 8,280; sh: 573; python: 531; ansic: 84; makefile: 51; xml: 10
file content (28 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
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
.. meta::
  :description: hipSOLVER documentation and API reference library
  :keywords: hipSOLVER, rocSOLVER, ROCm, API, documentation

.. _sparse_types:

*******************************
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
---------------------------------
.. doxygentypedef:: hipsolverSpHandle_t

hipsparseMatDescr_t
---------------------------------
.. doxygentypedef:: hipsparseMatDescr_t

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