Sparse Level 2 Functions

Sparse Level 2 Functions#

hipFORT API Reference: Sparse Level 2 Functions
Sparse Level 2 Functions

Operations between a matrix in sparse format and a vector in dense format. More...

Data Types

interface  hipfort_hipsparse::hipsparsesbsrmv
 Sparse matrix vector multiplication using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsexbsrsv2_zeropivot
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_solve
 Sparse triangular solve using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsesbsrxmv
 Sparse matrix vector multiplication with mask operation using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsescsrmv
 Sparse matrix vector multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsexcsrsv2_zeropivot
 
interface  hipfort_hipsparse::hipsparsescsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsescsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsescsrsv2_solve
 Sparse triangular solve using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsesgemvi_buffersize
 
interface  hipfort_hipsparse::hipsparsesgemvi
 Dense matrix sparse vector multiplication. More...
 
interface  hipfort_hipsparse::hipsparseshybmv
 Sparse matrix vector multiplication using the HYB storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sbsrmv_analysis
 
interface  hipfort_rocsparse::rocsparse_sbsrmv
 Sparse matrix vector multiplication using the BSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_bsrmv_clear
 
interface  hipfort_rocsparse::rocsparse_bsrsv_zero_pivot
 
interface  hipfort_rocsparse::rocsparse_sbsrsv_buffer_size
 
interface  hipfort_rocsparse::rocsparse_sbsrsv_analysis
 
interface  hipfort_rocsparse::rocsparse_bsrsv_clear
 
interface  hipfort_rocsparse::rocsparse_sbsrsv_solve
 Sparse triangular solve using the BSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sbsrxmv
 Sparse matrix vector multiplication with mask operation using the BSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scoomv
 Sparse matrix vector multiplication using the COO storage format. More...
 
interface  hipfort_rocsparse::rocsparse_csritsv_zero_pivot
 
interface  hipfort_rocsparse::rocsparse_scsritsv_buffer_size
 
interface  hipfort_rocsparse::rocsparse_scsritsv_analysis
 
interface  hipfort_rocsparse::rocsparse_csritsv_clear
 
interface  hipfort_rocsparse::rocsparse_scsritsv_solve
 Sparse iterative triangular solve using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scsritsv_solve_ex
 Sparse iterative triangular solve using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scsrmv_analysis
 
interface  hipfort_rocsparse::rocsparse_csrmv_clear
 
interface  hipfort_rocsparse::rocsparse_scsrmv
 Sparse matrix vector multiplication using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_csrsv_zero_pivot
 
interface  hipfort_rocsparse::rocsparse_scsrsv_buffer_size
 
interface  hipfort_rocsparse::rocsparse_scsrsv_analysis
 
interface  hipfort_rocsparse::rocsparse_csrsv_clear
 
interface  hipfort_rocsparse::rocsparse_scsrsv_solve
 Sparse triangular solve using CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sellmv
 Sparse matrix vector multiplication using the ELL storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sgebsrmv
 Sparse matrix vector multiplication using the GEBSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sgemvi_buffer_size
 
interface  hipfort_rocsparse::rocsparse_sgemvi
 Dense matrix sparse vector multiplication. More...
 
interface  hipfort_rocsparse::rocsparse_shybmv
 Sparse matrix vector multiplication using the HYB storage format. More...
 

Detailed Description

Operations between a matrix in sparse format and a vector in dense format.