Sparse Level 1 Functions#
Sparse Level 1 Functions
Operations between a vector in sparse format and a vector in dense format. More...
Data Types | |
| interface | hipfort_hipsparse::hipsparsesaxpyi |
| Scale a sparse vector and add it to a dense vector. More... | |
| interface | hipfort_hipsparse::hipsparsecdotci |
| Compute the dot product of a complex conjugate sparse vector with a dense vector. More... | |
| interface | hipfort_hipsparse::hipsparsesdoti |
| Compute the dot product of a sparse vector with a dense vector. More... | |
| interface | hipfort_hipsparse::hipsparsesgthr |
| Gather elements from a dense vector and store them in a sparse vector. More... | |
| interface | hipfort_hipsparse::hipsparsesgthrz |
| Gather and zero out elements from a dense vector and store them in a sparse vector. More... | |
| interface | hipfort_hipsparse::hipsparsesroti |
| Apply the Givens rotation to a dense and a sparse vector. More... | |
| interface | hipfort_hipsparse::hipsparsessctr |
| Scatter elements from a dense vector across a sparse vector. More... | |
| interface | hipfort_rocsparse::rocsparse_saxpyi |
| Scale a sparse vector and add it to a dense vector. More... | |
| interface | hipfort_rocsparse::rocsparse_cdotci |
| Compute the dot product of a complex conjugate sparse vector with a dense vector. More... | |
| interface | hipfort_rocsparse::rocsparse_sdoti |
| Compute the dot product of a sparse vector with a dense vector. More... | |
| interface | hipfort_rocsparse::rocsparse_sgthr |
| Gather elements from a dense vector and store them in a sparse vector. More... | |
| interface | hipfort_rocsparse::rocsparse_sgthrz |
| Gather and zero out elements from a dense vector and store them in a sparse vector. More... | |
| interface | hipfort_rocsparse::rocsparse_sroti |
| Apply Givens rotation to a dense and a sparse vector. More... | |
| interface | hipfort_rocsparse::rocsparse_ssctr |
| Scatter elements from a dense vector across a sparse vector. More... | |
Detailed Description
Operations between a vector in sparse format and a vector in dense format.