Sparse Level 3 Functions#
Sparse Level 3 Functions
Operations between a matrix in sparse format and multiple vectors in dense format. More...
Data Types | |
| interface | hipfort_hipsparse::hipsparsesbsrmm |
| Sparse matrix dense matrix multiplication using the BSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsexbsrsm2_zeropivot |
| interface | hipfort_hipsparse::hipsparsesbsrsm2_buffersize |
| interface | hipfort_hipsparse::hipsparsesbsrsm2_analysis |
| Sparse triangular system solve using the BSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsesbsrsm2_solve |
| Sparse triangular system solve using the BSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsescsrmm |
| Sparse matrix dense matrix multiplication using the CSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsescsrmm2 |
| Sparse matrix dense matrix multiplication using the CSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsexcsrsm2_zeropivot |
| interface | hipfort_hipsparse::hipsparsescsrsm2_buffersizeext |
| interface | hipfort_hipsparse::hipsparsescsrsm2_analysis |
| interface | hipfort_hipsparse::hipsparsescsrsm2_solve |
| Sparse triangular system solve using the CSR storage format. More... | |
| interface | hipfort_hipsparse::hipsparsesgemmi |
| Dense matrix sparse matrix multiplication using the CSC storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_sbsrmm |
| Sparse matrix dense matrix multiplication using the BSR storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_bsrsm_zero_pivot |
| interface | hipfort_rocsparse::rocsparse_sbsrsm_buffer_size |
| interface | hipfort_rocsparse::rocsparse_sbsrsm_analysis |
| interface | hipfort_rocsparse::rocsparse_bsrsm_clear |
| interface | hipfort_rocsparse::rocsparse_sbsrsm_solve |
| Sparse triangular system solve using the BSR storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_scsrmm |
| Sparse matrix dense matrix multiplication using the CSR storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_csrsm_zero_pivot |
| interface | hipfort_rocsparse::rocsparse_scsrsm_buffer_size |
| interface | hipfort_rocsparse::rocsparse_scsrsm_analysis |
| interface | hipfort_rocsparse::rocsparse_csrsm_clear |
| interface | hipfort_rocsparse::rocsparse_scsrsm_solve |
| Sparse triangular system solve using the CSR storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_sgebsrmm |
| Sparse matrix dense matrix multiplication using the general BSR storage format. More... | |
| interface | hipfort_rocsparse::rocsparse_sgemmi |
| Dense matrix sparse matrix multiplication using the CSR storage format. More... | |
Detailed Description
Operations between a matrix in sparse format and multiple vectors in dense format.