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
|
.. meta::
:description: rocSPARSE documentation and API reference library
:keywords: rocSPARSE, ROCm, API, documentation
.. _rocsparse_reordering_functions_:
********************************************************************
Sparse reordering functions
********************************************************************
This module holds all sparse reordering routines.
The sparse reordering routines describe algorithm for reordering sparse matrices.
The routines in this module do not support execution in a hipGraph context.
rocsparse_csrcolor()
--------------------
.. doxygenfunction:: rocsparse_scsrcolor
:outline:
.. doxygenfunction:: rocsparse_dcsrcolor
:outline:
.. doxygenfunction:: rocsparse_ccsrcolor
:outline:
.. doxygenfunction:: rocsparse_zcsrcolor
|