Sparse Extra Functions

Sparse Extra Functions#

hipFORT API Reference: Sparse Extra Functions
Sparse Extra Functions

Operations that manipulate sparse matrices, such as addition and multiplication. More...

Data Types

interface  hipfort_hipsparse::hipsparsexcsrgeamnnz
 
interface  hipfort_hipsparse::hipsparsescsrgeam
 Sparse matrix sparse matrix addition using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsescsrgeam2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsexcsrgeam2nnz
 
interface  hipfort_hipsparse::hipsparsescsrgeam2
 Sparse matrix sparse matrix addition using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsexcsrgemmnnz
 
interface  hipfort_hipsparse::hipsparsescsrgemm
 Sparse matrix and sparse matrix multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsescsrgemm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsexcsrgemm2nnz
 
interface  hipfort_hipsparse::hipsparsescsrgemm2
 Sparse matrix and sparse matrix multiplication using CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_bsrgeam_nnzb
 
interface  hipfort_rocsparse::rocsparse_sbsrgeam
 Sparse matrix sparse matrix addition using the BSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_sbsrgemm_buffer_size
 
interface  hipfort_rocsparse::rocsparse_bsrgemm_nnzb
 
interface  hipfort_rocsparse::rocsparse_sbsrgemm
 Sparse matrix sparse matrix multiplication using the BSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_csrgeam_nnz
 
interface  hipfort_rocsparse::rocsparse_scsrgeam
 Sparse matrix sparse matrix addition using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scsrgemm_buffer_size
 
interface  hipfort_rocsparse::rocsparse_csrgemm_nnz
 Sparse matrix sparse matrix multiplication using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scsrgemm
 Sparse matrix sparse matrix multiplication using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_csrgemm_symbolic
 Sparse matrix sparse matrix symbolic multiplication using the CSR storage format. More...
 
interface  hipfort_rocsparse::rocsparse_scsrgemm_numeric
 Sparse matrix sparse matrix numeric multiplication using the CSR storage format. More...
 

Detailed Description

Operations that manipulate sparse matrices, such as addition and multiplication.