hipfort_hipsparse.F90 File Reference

hipfort_hipsparse.F90 File Reference#

HIPFORT API Reference: hipfort_hipsparse.F90 File Reference
hipfort_hipsparse.F90 File Reference

Data Types

interface  hipfort_hipsparse::hipsparsecreate
 Create a hipSPARSE handle. More...
 
interface  hipfort_hipsparse::hipsparsedestroy
 Destroy a hipSPARSE handle. More...
 
interface  hipfort_hipsparse::hipsparsegeterrorname
 Return the string representation of a hipSPARSE status's matching backend status enum name. More...
 
interface  hipfort_hipsparse::hipsparsegeterrorstring
 Return the hipSPARSE status's matching backend status description as a string. More...
 
interface  hipfort_hipsparse::hipsparsegetversion
 Get the hipSPARSE version. More...
 
interface  hipfort_hipsparse::hipsparsegetgitrevision
 Get the hipSPARSE git revision. More...
 
interface  hipfort_hipsparse::hipsparsesetstream
 Specify the user-defined HIP stream. More...
 
interface  hipfort_hipsparse::hipsparsegetstream
 Get the current stream from the library context. More...
 
interface  hipfort_hipsparse::hipsparsesetpointermode
 Specify the pointer mode. More...
 
interface  hipfort_hipsparse::hipsparsegetpointermode
 Get the current pointer mode from the library context. More...
 
interface  hipfort_hipsparse::hipsparsecreatematdescr
 Create a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsedestroymatdescr
 Destroy a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsecopymatdescr
 Copy a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmattype
 Specify the matrix type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmattype
 Get the matrix type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatfillmode
 Specify the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatfillmode
 Get the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatdiagtype
 Specify the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatdiagtype
 Get the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatindexbase
 Specify the index base of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatindexbase
 Get the index base of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsecreatehybmat
 Create a HYB matrix structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroyhybmat
 Destroy a HYB matrix structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrsv2info
 Create a bsrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrsv2info
 Destroy a bsrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrsm2info
 Create a bsrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrsm2info
 Destroy a bsrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrilu02info
 Create a bsrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrilu02info
 Destroy a bsrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsric02info
 Create a bsric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsric02info
 Destroy a bsric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrsv2info
 Create a csrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrsv2info
 Destroy a csrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrsm2info
 Create a csrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrsm2info
 Destroy a csrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrilu02info
 Create a csrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrilu02info
 Destroy a csrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsric02info
 Create a csric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsric02info
 Destroy a csric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsru2csrinfo
 Create a csru2csr info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsru2csrinfo
 Destroy a csru2csr info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecolorinfo
 Create a color info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycolorinfo
 Destroy a color info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrgemm2info
 Create a csrgemm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrgemm2info
 Destroy a csrgemm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatepruneinfo
 Create a prune info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroypruneinfo
 Destroy a prune info structure. More...
 
interface  hipfort_hipsparse::hipsparsesaxpyi
 Scale a sparse vector and add it to a dense vector. More...
 
interface  hipfort_hipsparse::hipsparsedaxpyi
 
interface  hipfort_hipsparse::hipsparsecaxpyi
 
interface  hipfort_hipsparse::hipsparsezaxpyi
 
interface  hipfort_hipsparse::hipsparsecdotci
 Compute the dot product of a complex conjugate sparse vector with a dense vector. More...
 
interface  hipfort_hipsparse::hipsparsezdotci
 
interface  hipfort_hipsparse::hipsparsesdoti
 Compute the dot product of a sparse vector with a dense vector. More...
 
interface  hipfort_hipsparse::hipsparseddoti
 
interface  hipfort_hipsparse::hipsparsecdoti
 
interface  hipfort_hipsparse::hipsparsezdoti
 
interface  hipfort_hipsparse::hipsparsesgthr
 Gather elements from a dense vector and store them in a sparse vector. More...
 
interface  hipfort_hipsparse::hipsparsedgthr
 
interface  hipfort_hipsparse::hipsparsecgthr
 
interface  hipfort_hipsparse::hipsparsezgthr
 
interface  hipfort_hipsparse::hipsparsesgthrz
 Gather and zero out elements from a dense vector and store them in a sparse vector. More...
 
interface  hipfort_hipsparse::hipsparsedgthrz
 
interface  hipfort_hipsparse::hipsparsecgthrz
 
interface  hipfort_hipsparse::hipsparsezgthrz
 
interface  hipfort_hipsparse::hipsparsesroti
 Apply the Givens rotation to a dense and a sparse vector. More...
 
interface  hipfort_hipsparse::hipsparsedroti
 
interface  hipfort_hipsparse::hipsparsessctr
 Scatter elements from a dense vector across a sparse vector. More...
 
interface  hipfort_hipsparse::hipsparsedsctr
 
interface  hipfort_hipsparse::hipsparsecsctr
 
interface  hipfort_hipsparse::hipsparsezsctr
 
interface  hipfort_hipsparse::hipsparsesbsrmv
 Sparse matrix vector multiplication using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrmv
 
interface  hipfort_hipsparse::hipsparsecbsrmv
 
interface  hipfort_hipsparse::hipsparsezbsrmv
 
interface  hipfort_hipsparse::hipsparsexbsrsv2_zeropivot
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsedbsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsecbsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsezbsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedbsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecbsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezbsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsedbsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsecbsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsezbsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsesbsrsv2_solve
 Sparse triangular solve using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrsv2_solve
 
interface  hipfort_hipsparse::hipsparsecbsrsv2_solve
 
interface  hipfort_hipsparse::hipsparsezbsrsv2_solve
 
interface  hipfort_hipsparse::hipsparsesbsrxmv
 Sparse matrix vector multiplication with mask operation using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrxmv
 
interface  hipfort_hipsparse::hipsparsecbsrxmv
 
interface  hipfort_hipsparse::hipsparsezbsrxmv
 
interface  hipfort_hipsparse::hipsparsescsrmv
 Sparse matrix vector multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrmv
 
interface  hipfort_hipsparse::hipsparseccsrmv
 
interface  hipfort_hipsparse::hipsparsezcsrmv
 
interface  hipfort_hipsparse::hipsparsexcsrsv2_zeropivot
 
interface  hipfort_hipsparse::hipsparsescsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsedcsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparseccsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsezcsrsv2_buffersize
 
interface  hipfort_hipsparse::hipsparsescsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsrsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsedcsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparseccsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsezcsrsv2_analysis
 
interface  hipfort_hipsparse::hipsparsescsrsv2_solve
 Sparse triangular solve using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrsv2_solve
 
interface  hipfort_hipsparse::hipsparseccsrsv2_solve
 
interface  hipfort_hipsparse::hipsparsezcsrsv2_solve
 
interface  hipfort_hipsparse::hipsparsesgemvi_buffersize
 
interface  hipfort_hipsparse::hipsparsedgemvi_buffersize
 
interface  hipfort_hipsparse::hipsparsecgemvi_buffersize
 
interface  hipfort_hipsparse::hipsparsezgemvi_buffersize
 
interface  hipfort_hipsparse::hipsparsesgemvi
 Dense matrix sparse vector multiplication. More...
 
interface  hipfort_hipsparse::hipsparsedgemvi
 
interface  hipfort_hipsparse::hipsparsecgemvi
 
interface  hipfort_hipsparse::hipsparsezgemvi
 
interface  hipfort_hipsparse::hipsparseshybmv
 Sparse matrix vector multiplication using the HYB storage format. More...
 
interface  hipfort_hipsparse::hipsparsedhybmv
 
interface  hipfort_hipsparse::hipsparsechybmv
 
interface  hipfort_hipsparse::hipsparsezhybmv
 
interface  hipfort_hipsparse::hipsparsesbsrmm
 Sparse matrix dense matrix multiplication using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrmm
 
interface  hipfort_hipsparse::hipsparsecbsrmm
 
interface  hipfort_hipsparse::hipsparsezbsrmm
 
interface  hipfort_hipsparse::hipsparsexbsrsm2_zeropivot
 
interface  hipfort_hipsparse::hipsparsesbsrsm2_buffersize
 
interface  hipfort_hipsparse::hipsparsedbsrsm2_buffersize
 
interface  hipfort_hipsparse::hipsparsecbsrsm2_buffersize
 
interface  hipfort_hipsparse::hipsparsezbsrsm2_buffersize
 
interface  hipfort_hipsparse::hipsparsesbsrsm2_analysis
 Sparse triangular system solve using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsecbsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsezbsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsesbsrsm2_solve
 Sparse triangular system solve using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrsm2_solve
 
interface  hipfort_hipsparse::hipsparsecbsrsm2_solve
 
interface  hipfort_hipsparse::hipsparsezbsrsm2_solve
 
interface  hipfort_hipsparse::hipsparsescsrmm
 Sparse matrix dense matrix multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrmm
 
interface  hipfort_hipsparse::hipsparseccsrmm
 
interface  hipfort_hipsparse::hipsparsezcsrmm
 
interface  hipfort_hipsparse::hipsparsescsrmm2
 Sparse matrix dense matrix multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrmm2
 
interface  hipfort_hipsparse::hipsparseccsrmm2
 
interface  hipfort_hipsparse::hipsparsezcsrmm2
 
interface  hipfort_hipsparse::hipsparsexcsrsm2_zeropivot
 
interface  hipfort_hipsparse::hipsparsescsrsm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsrsm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsrsm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsrsm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsedcsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparseccsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsezcsrsm2_analysis
 
interface  hipfort_hipsparse::hipsparsescsrsm2_solve
 Sparse triangular system solve using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrsm2_solve
 
interface  hipfort_hipsparse::hipsparseccsrsm2_solve
 
interface  hipfort_hipsparse::hipsparsezcsrsm2_solve
 
interface  hipfort_hipsparse::hipsparsesgemmi
 Dense matrix sparse matrix multiplication using the CSC storage format. More...
 
interface  hipfort_hipsparse::hipsparsedgemmi
 
interface  hipfort_hipsparse::hipsparsecgemmi
 
interface  hipfort_hipsparse::hipsparsezgemmi
 
interface  hipfort_hipsparse::hipsparsexcsrgeamnnz
 
interface  hipfort_hipsparse::hipsparsescsrgeam
 Sparse matrix sparse matrix addition using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrgeam
 
interface  hipfort_hipsparse::hipsparseccsrgeam
 
interface  hipfort_hipsparse::hipsparsezcsrgeam
 
interface  hipfort_hipsparse::hipsparsescsrgeam2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsrgeam2_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsrgeam2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsrgeam2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsexcsrgeam2nnz
 
interface  hipfort_hipsparse::hipsparsescsrgeam2
 Sparse matrix sparse matrix addition using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrgeam2
 
interface  hipfort_hipsparse::hipsparseccsrgeam2
 
interface  hipfort_hipsparse::hipsparsezcsrgeam2
 
interface  hipfort_hipsparse::hipsparsexcsrgemmnnz
 
interface  hipfort_hipsparse::hipsparsescsrgemm
 Sparse matrix and sparse matrix multiplication using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrgemm
 
interface  hipfort_hipsparse::hipsparseccsrgemm
 
interface  hipfort_hipsparse::hipsparsezcsrgemm
 
interface  hipfort_hipsparse::hipsparsescsrgemm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsrgemm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsrgemm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsrgemm2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsexcsrgemm2nnz
 
interface  hipfort_hipsparse::hipsparsescsrgemm2
 Sparse matrix and sparse matrix multiplication using CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrgemm2
 
interface  hipfort_hipsparse::hipsparseccsrgemm2
 
interface  hipfort_hipsparse::hipsparsezcsrgemm2
 
interface  hipfort_hipsparse::hipsparsexbsric02_zeropivot
 
interface  hipfort_hipsparse::hipsparsesbsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsedbsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsecbsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsezbsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsesbsric02_analysis
 
interface  hipfort_hipsparse::hipsparsedbsric02_analysis
 
interface  hipfort_hipsparse::hipsparsecbsric02_analysis
 
interface  hipfort_hipsparse::hipsparsezbsric02_analysis
 
interface  hipfort_hipsparse::hipsparsesbsric02
 Incomplete Cholesky factorization with 0 fill-ins and no pivoting using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsric02
 
interface  hipfort_hipsparse::hipsparsecbsric02
 
interface  hipfort_hipsparse::hipsparsezbsric02
 
interface  hipfort_hipsparse::hipsparsexbsrilu02_zeropivot
 
interface  hipfort_hipsparse::hipsparsesbsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsedbsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsecbsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsezbsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsesbsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsedbsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsecbsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsezbsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsesbsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsedbsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsecbsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsezbsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsesbsrilu02
 Incomplete LU factorization with 0 fill-ins and no pivoting using the BSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedbsrilu02
 
interface  hipfort_hipsparse::hipsparsecbsrilu02
 
interface  hipfort_hipsparse::hipsparsezbsrilu02
 
interface  hipfort_hipsparse::hipsparsexcsric02_zeropivot
 
interface  hipfort_hipsparse::hipsparsescsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsedcsric02_buffersize
 
interface  hipfort_hipsparse::hipsparseccsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsezcsric02_buffersize
 
interface  hipfort_hipsparse::hipsparsescsric02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsric02_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsric02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsric02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsric02_analysis
 
interface  hipfort_hipsparse::hipsparsedcsric02_analysis
 
interface  hipfort_hipsparse::hipsparseccsric02_analysis
 
interface  hipfort_hipsparse::hipsparsezcsric02_analysis
 
interface  hipfort_hipsparse::hipsparsescsric02
 Incomplete Cholesky factorization with 0 fill-ins and no pivoting using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsric02
 
interface  hipfort_hipsparse::hipsparseccsric02
 
interface  hipfort_hipsparse::hipsparsezcsric02
 
interface  hipfort_hipsparse::hipsparsexcsrilu02_zeropivot
 
interface  hipfort_hipsparse::hipsparsescsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsedcsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparseccsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsezcsrilu02_numericboost
 
interface  hipfort_hipsparse::hipsparsescsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsedcsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparseccsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsezcsrilu02_buffersize
 
interface  hipfort_hipsparse::hipsparsescsrilu02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedcsrilu02_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsrilu02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsrilu02_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsedcsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparseccsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsezcsrilu02_analysis
 
interface  hipfort_hipsparse::hipsparsescsrilu02
 Incomplete LU factorization with 0 fill-ins and no pivoting using the CSR storage format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrilu02
 
interface  hipfort_hipsparse::hipsparseccsrilu02
 
interface  hipfort_hipsparse::hipsparsezcsrilu02
 
interface  hipfort_hipsparse::hipsparsesgpsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedgpsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecgpsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezgpsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesgpsvinterleavedbatch
 Interleaved batch pentadiagonal solver. More...
 
interface  hipfort_hipsparse::hipsparsedgpsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsecgpsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsezgpsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsesgtsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedgtsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecgtsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezgtsv2_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesgtsv2
 Tridiagonal solver with pivoting. More...
 
interface  hipfort_hipsparse::hipsparsedgtsv2
 
interface  hipfort_hipsparse::hipsparsecgtsv2
 
interface  hipfort_hipsparse::hipsparsezgtsv2
 
interface  hipfort_hipsparse::hipsparsesgtsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedgtsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecgtsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezgtsvinterleavedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesgtsvinterleavedbatch
 Interleaved batch tridiagonal solver. More...
 
interface  hipfort_hipsparse::hipsparsedgtsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsecgtsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsezgtsvinterleavedbatch
 
interface  hipfort_hipsparse::hipsparsesgtsv2_nopivot_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedgtsv2_nopivot_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecgtsv2_nopivot_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezgtsv2_nopivot_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesgtsv2_nopivot
 Tridiagonal solver (no pivoting) More...
 
interface  hipfort_hipsparse::hipsparsedgtsv2_nopivot
 
interface  hipfort_hipsparse::hipsparsecgtsv2_nopivot
 
interface  hipfort_hipsparse::hipsparsezgtsv2_nopivot
 
interface  hipfort_hipsparse::hipsparsesgtsv2stridedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedgtsv2stridedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsecgtsv2stridedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezgtsv2stridedbatch_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesgtsv2stridedbatch
 Strided batch tridiagonal solver (no pivoting). More...
 
interface  hipfort_hipsparse::hipsparsedgtsv2stridedbatch
 
interface  hipfort_hipsparse::hipsparsecgtsv2stridedbatch
 
interface  hipfort_hipsparse::hipsparsezgtsv2stridedbatch
 
interface  hipfort_hipsparse::hipsparsesbsr2csr
 Convert a sparse BSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedbsr2csr
 
interface  hipfort_hipsparse::hipsparsecbsr2csr
 
interface  hipfort_hipsparse::hipsparsezbsr2csr
 
interface  hipfort_hipsparse::hipsparsexcoo2csr
 Convert a sparse COO matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsexcoosort_buffersizeext
 Sort a sparse COO matrix. More...
 
interface  hipfort_hipsparse::hipsparsexcoosortbyrow
 Sort a sparse COO matrix by row. More...
 
interface  hipfort_hipsparse::hipsparsexcoosortbycolumn
 Sort a sparse COO matrix by column. More...
 
interface  hipfort_hipsparse::hipsparsecreateidentitypermutation
 Create the identity map. More...
 
interface  hipfort_hipsparse::hipsparsescsc2dense
 hipsparseXcsc2dense functions convert the sparse matrix in CSC format into a dense matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsc2dense
 
interface  hipfort_hipsparse::hipsparseccsc2dense
 
interface  hipfort_hipsparse::hipsparsezcsc2dense
 
interface  hipfort_hipsparse::hipsparsexcscsort_buffersizeext
 Sort a sparse CSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsexcscsort
 Sort a sparse CSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsexcsr2bsrnnz
 This function computes the number of non-zero block columns per row and the total number of non-zero blocks in a sparse BSR matrix, given a sparse CSR matrix as input. More...
 
interface  hipfort_hipsparse::hipsparsescsr2bsr
 Convert a sparse CSR matrix into a sparse BSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2bsr
 
interface  hipfort_hipsparse::hipsparseccsr2bsr
 
interface  hipfort_hipsparse::hipsparsezcsr2bsr
 
interface  hipfort_hipsparse::hipsparsexcsr2coo
 Convert a sparse CSR matrix into a sparse COO matrix. More...
 
interface  hipfort_hipsparse::hipsparsescsr2csc
 Convert a sparse CSR matrix into a sparse CSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2csc
 
interface  hipfort_hipsparse::hipsparseccsr2csc
 
interface  hipfort_hipsparse::hipsparsezcsr2csc
 
interface  hipfort_hipsparse::hipsparsecsr2cscex2_buffersize
 This function computes the size of the user-allocated temporary storage buffer used when converting a sparse CSR matrix into a sparse CSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsecsr2cscex2
 Convert a sparse CSR matrix into a sparse CSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsescsr2csr_compress
 Convert a sparse CSR matrix into a compressed sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2csr_compress
 
interface  hipfort_hipsparse::hipsparseccsr2csr_compress
 
interface  hipfort_hipsparse::hipsparsezcsr2csr_compress
 
interface  hipfort_hipsparse::hipsparsescsr2csru
 This function converts the sorted CSR format to the unsorted CSR format. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2csru
 
interface  hipfort_hipsparse::hipsparseccsr2csru
 
interface  hipfort_hipsparse::hipsparsezcsr2csru
 
interface  hipfort_hipsparse::hipsparsescsr2dense
 hipsparseXcsr2dense functions convert the sparse matrix in CSR format into a dense matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2dense
 
interface  hipfort_hipsparse::hipsparseccsr2dense
 
interface  hipfort_hipsparse::hipsparsezcsr2dense
 
interface  hipfort_hipsparse::hipsparsescsr2gebsr_buffersize
 Convert a sparse CSR matrix into a sparse GEBSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparseccsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparsezcsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparsexcsr2gebsrnnz
 This function computes the number of non-zero block columns per row and the total number of non-zero blocks in a sparse GEBSR matrix given a sparse CSR matrix as input. More...
 
interface  hipfort_hipsparse::hipsparsescsr2gebsr
 Convert a sparse CSR matrix into a sparse GEBSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2gebsr
 
interface  hipfort_hipsparse::hipsparseccsr2gebsr
 
interface  hipfort_hipsparse::hipsparsezcsr2gebsr
 
interface  hipfort_hipsparse::hipsparsescsr2hyb
 Convert a sparse CSR matrix into a sparse HYB matrix. More...
 
interface  hipfort_hipsparse::hipsparsedcsr2hyb
 
interface  hipfort_hipsparse::hipsparseccsr2hyb
 
interface  hipfort_hipsparse::hipsparsezcsr2hyb
 
interface  hipfort_hipsparse::hipsparsexcsrsort_buffersizeext
 Sort a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsexcsrsort
 Sort a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsescsru2csr_buffersizeext
 This function calculates the amount of temporary storage in bytes required for hipsparseXcsru2csr() and hipsparseXcsr2csru(). More...
 
interface  hipfort_hipsparse::hipsparsedcsru2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparseccsru2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparsezcsru2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparsescsru2csr
 This function converts the unsorted CSR format to the sorted CSR format. More...
 
interface  hipfort_hipsparse::hipsparsedcsru2csr
 
interface  hipfort_hipsparse::hipsparseccsru2csr
 
interface  hipfort_hipsparse::hipsparsezcsru2csr
 
interface  hipfort_hipsparse::hipsparsesdense2csc
 hipsparseXdense2csc functions convert the matrix A in dense format into a sparse matrix in CSC format. More...
 
interface  hipfort_hipsparse::hipsparseddense2csc
 
interface  hipfort_hipsparse::hipsparsecdense2csc
 
interface  hipfort_hipsparse::hipsparsezdense2csc
 
interface  hipfort_hipsparse::hipsparsesdense2csr
 hipsparseXdense2csr converts the matrix A in dense format into a sparse matrix in CSR format. More...
 
interface  hipfort_hipsparse::hipsparseddense2csr
 
interface  hipfort_hipsparse::hipsparsecdense2csr
 
interface  hipfort_hipsparse::hipsparsezdense2csr
 
interface  hipfort_hipsparse::hipsparsesgebsr2csr
 Convert a sparse GEBSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedgebsr2csr
 
interface  hipfort_hipsparse::hipsparsecgebsr2csr
 
interface  hipfort_hipsparse::hipsparsezgebsr2csr
 
interface  hipfort_hipsparse::hipsparsesgebsr2gebsc_buffersize
 Convert a sparse GEBSR matrix into a sparse GEBSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsedgebsr2gebsc_buffersize
 
interface  hipfort_hipsparse::hipsparsecgebsr2gebsc_buffersize
 
interface  hipfort_hipsparse::hipsparsezgebsr2gebsc_buffersize
 
interface  hipfort_hipsparse::hipsparsesgebsr2gebsc
 Convert a sparse GEBSR matrix into a sparse GEBSC matrix. More...
 
interface  hipfort_hipsparse::hipsparsedgebsr2gebsc
 
interface  hipfort_hipsparse::hipsparsecgebsr2gebsc
 
interface  hipfort_hipsparse::hipsparsezgebsr2gebsc
 
interface  hipfort_hipsparse::hipsparsesgebsr2gebsr_buffersize
 This function computes the the size of the user-allocated temporary storage buffer used when converting a sparse GEBSR matrix to another sparse GEBSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedgebsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparsecgebsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparsezgebsr2gebsr_buffersize
 
interface  hipfort_hipsparse::hipsparsexgebsr2gebsrnnz
 This function is used when converting a GEBSR sparse matrix \(A\) to another GEBSR sparse matrix \(C\). More...
 
interface  hipfort_hipsparse::hipsparsesgebsr2gebsr
 This function converts the GEBSR sparse matrix \(A\) to another GEBSR sparse matrix \(C\). More...
 
interface  hipfort_hipsparse::hipsparsedgebsr2gebsr
 
interface  hipfort_hipsparse::hipsparsecgebsr2gebsr
 
interface  hipfort_hipsparse::hipsparsezgebsr2gebsr
 
interface  hipfort_hipsparse::hipsparseshyb2csr
 Convert a sparse HYB matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedhyb2csr
 
interface  hipfort_hipsparse::hipsparsechyb2csr
 
interface  hipfort_hipsparse::hipsparsezhyb2csr
 
interface  hipfort_hipsparse::hipsparsesnnz
 hipsparseXnnz computes the number of non-zero elements per row or column and the total number of non-zero elements in a dense matrix. More...
 
interface  hipfort_hipsparse::hipsparsednnz
 
interface  hipfort_hipsparse::hipsparsecnnz
 
interface  hipfort_hipsparse::hipsparseznnz
 
interface  hipfort_hipsparse::hipsparsesnnz_compress
 This function is used as the first step in converting a CSR matrix to a compressed CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsednnz_compress
 
interface  hipfort_hipsparse::hipsparsecnnz_compress
 
interface  hipfort_hipsparse::hipsparseznnz_compress
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csr_buffersize
 Convert and prune a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csr_buffersize
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csr_buffersizeext
 Convert and prune sparse a CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csrnnz
 Convert and prune sparse a CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csrnnz
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csr
 Convert and prune a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csr
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersize
 Convert and prune by percentage a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersize
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersizeext
 Convert and prune by percentage a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csrnnzbypercentage
 Convert and prune by percentage a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csrnnzbypercentage
 
interface  hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage
 Convert and prune by percentage a sparse CSR matrix into a sparse CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage
 
interface  hipfort_hipsparse::hipsparsesprunedense2csr_buffersize
 hipsparseXpruneDense2csr_bufferSize computes the the size of the user-allocated temporary storage buffer used when converting a dense matrix to a pruned CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csr_buffersize
 
interface  hipfort_hipsparse::hipsparsesprunedense2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparsedprunedense2csr_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesprunedense2csrnnz
 hipsparseXpruneDense2csrNnz computes the number of non-zero elements per row and the total number of non-zero elements in a dense matrix after the elements less than the (non-negative) threshold are pruned from the matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csrnnz
 
interface  hipfort_hipsparse::hipsparsesprunedense2csr
 hipsparseXpruneDense2csr converts the matrix A in dense format into a sparse matrix in CSR format, while pruning values that are less than the (non-negative) threshold. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csr
 
interface  hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersize
 hipsparseXpruneDense2csrByPercentage_bufferSize functions convert the size of the user-allocated temporary storage buffer used when converting a dense matrix to a pruned CSR matrix where the pruning is done based on a percentage. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersize
 
interface  hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersizeext
 This function computes the size of the user-allocated temporary storage buffer used when converting and pruning by percentage a dense matrix to a CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersizeext
 
interface  hipfort_hipsparse::hipsparsesprunedense2csrnnzbypercentage
 This function computes the number of non-zero elements per row and the total number of non-zero elements in a dense matrix when converting and pruning by percentage a dense matrix to a CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csrnnzbypercentage
 
interface  hipfort_hipsparse::hipsparsesprunedense2csrbypercentage
 This function computes the number of non-zero elements per row and the total number of non-zero elements in a dense matrix when converting and pruning by percentage a dense matrix to a CSR matrix. More...
 
interface  hipfort_hipsparse::hipsparsedprunedense2csrbypercentage
 
interface  hipfort_hipsparse::hipsparsescsrcolor
 Coloring of the adjacency graph of the matrix \(A\) stored in the CSR format. More...
 
interface  hipfort_hipsparse::hipsparsedcsrcolor
 
interface  hipfort_hipsparse::hipsparseccsrcolor
 
interface  hipfort_hipsparse::hipsparsezcsrcolor
 
interface  hipfort_hipsparse::hipsparsecreatespvec
 
interface  hipfort_hipsparse::hipsparsecreateconstspvec
 
interface  hipfort_hipsparse::hipsparsedestroyspvec
 
interface  hipfort_hipsparse::hipsparsespvecget
 
interface  hipfort_hipsparse::hipsparseconstspvecget
 
interface  hipfort_hipsparse::hipsparsespvecgetindexbase
 
interface  hipfort_hipsparse::hipsparsespvecgetvalues
 
interface  hipfort_hipsparse::hipsparseconstspvecgetvalues
 
interface  hipfort_hipsparse::hipsparsespvecsetvalues
 
interface  hipfort_hipsparse::hipsparsecreatecoo
 
interface  hipfort_hipsparse::hipsparsecreateconstcoo
 
interface  hipfort_hipsparse::hipsparsecreatecooaos
 
interface  hipfort_hipsparse::hipsparsecreatecsr
 
interface  hipfort_hipsparse::hipsparsecreateconstcsr
 
interface  hipfort_hipsparse::hipsparsecreatecsc
 
interface  hipfort_hipsparse::hipsparsecreateconstcsc
 
interface  hipfort_hipsparse::hipsparsecreateblockedell
 
interface  hipfort_hipsparse::hipsparsecreateconstblockedell
 
interface  hipfort_hipsparse::hipsparsecreateslicedell
 
interface  hipfort_hipsparse::hipsparsecreateconstslicedell
 
interface  hipfort_hipsparse::hipsparsecreatebsr
 
interface  hipfort_hipsparse::hipsparsecreateconstbsr
 
interface  hipfort_hipsparse::hipsparsedestroyspmat
 
interface  hipfort_hipsparse::hipsparsecooget
 
interface  hipfort_hipsparse::hipsparseconstcooget
 
interface  hipfort_hipsparse::hipsparsecooaosget
 
interface  hipfort_hipsparse::hipsparsecsrget
 
interface  hipfort_hipsparse::hipsparseconstcsrget
 
interface  hipfort_hipsparse::hipsparsecscget
 
interface  hipfort_hipsparse::hipsparseconstcscget
 
interface  hipfort_hipsparse::hipsparseblockedellget
 
interface  hipfort_hipsparse::hipsparseconstblockedellget
 
interface  hipfort_hipsparse::hipsparsecsrsetpointers
 
interface  hipfort_hipsparse::hipsparsecscsetpointers
 
interface  hipfort_hipsparse::hipsparsecoosetpointers
 
interface  hipfort_hipsparse::hipsparseblockedellsetpointers
 
interface  hipfort_hipsparse::hipsparsespmatgetsize
 
interface  hipfort_hipsparse::hipsparsespmatgetformat
 
interface  hipfort_hipsparse::hipsparsespmatgetindexbase
 
interface  hipfort_hipsparse::hipsparsespmatgetvalues
 
interface  hipfort_hipsparse::hipsparseconstspmatgetvalues
 
interface  hipfort_hipsparse::hipsparsespmatsetvalues
 
interface  hipfort_hipsparse::hipsparsespmatgetstridedbatch
 
interface  hipfort_hipsparse::hipsparsespmatsetstridedbatch
 
interface  hipfort_hipsparse::hipsparsecoosetstridedbatch
 
interface  hipfort_hipsparse::hipsparsecsrsetstridedbatch
 
interface  hipfort_hipsparse::hipsparsespmatgetattribute
 
interface  hipfort_hipsparse::hipsparsespmatsetattribute
 
interface  hipfort_hipsparse::hipsparsecreatednvec
 
interface  hipfort_hipsparse::hipsparsecreateconstdnvec
 
interface  hipfort_hipsparse::hipsparsedestroydnvec
 
interface  hipfort_hipsparse::hipsparsednvecget
 
interface  hipfort_hipsparse::hipsparseconstdnvecget
 
interface  hipfort_hipsparse::hipsparsednvecgetvalues
 
interface  hipfort_hipsparse::hipsparseconstdnvecgetvalues
 
interface  hipfort_hipsparse::hipsparsednvecsetvalues
 
interface  hipfort_hipsparse::hipsparsecreatednmat
 
interface  hipfort_hipsparse::hipsparsecreateconstdnmat
 
interface  hipfort_hipsparse::hipsparsedestroydnmat
 
interface  hipfort_hipsparse::hipsparsednmatget
 
interface  hipfort_hipsparse::hipsparseconstdnmatget
 
interface  hipfort_hipsparse::hipsparsednmatgetvalues
 
interface  hipfort_hipsparse::hipsparseconstdnmatgetvalues
 
interface  hipfort_hipsparse::hipsparsednmatsetvalues
 
interface  hipfort_hipsparse::hipsparsednmatgetstridedbatch
 
interface  hipfort_hipsparse::hipsparsednmatsetstridedbatch
 
interface  hipfort_hipsparse::hipsparseaxpby
 
interface  hipfort_hipsparse::hipsparsedensetosparse_buffersize
 
interface  hipfort_hipsparse::hipsparsedensetosparse_analysis
 
interface  hipfort_hipsparse::hipsparsedensetosparse_convert
 
interface  hipfort_hipsparse::hipsparsegather
 
interface  hipfort_hipsparse::hipsparserot
 
interface  hipfort_hipsparse::hipsparsescatter
 
interface  hipfort_hipsparse::hipsparsesddmm_buffersize
 
interface  hipfort_hipsparse::hipsparsesddmm_preprocess
 
interface  hipfort_hipsparse::hipsparsesddmm
 
interface  hipfort_hipsparse::hipsparsesparsetodense_buffersize
 
interface  hipfort_hipsparse::hipsparsesparsetodense
 
interface  hipfort_hipsparse::hipsparsespgemm_createdescr
 
interface  hipfort_hipsparse::hipsparsespgemm_destroydescr
 
interface  hipfort_hipsparse::hipsparsespgemm_workestimation
 
interface  hipfort_hipsparse::hipsparsespgemm_compute
 
interface  hipfort_hipsparse::hipsparsespgemm_copy
 
interface  hipfort_hipsparse::hipsparsespgemmreuse_workestimation
 
interface  hipfort_hipsparse::hipsparsespgemmreuse_nnz
 
interface  hipfort_hipsparse::hipsparsespgemmreuse_copy
 
interface  hipfort_hipsparse::hipsparsespgemmreuse_compute
 
interface  hipfort_hipsparse::hipsparsespmm_buffersize
 
interface  hipfort_hipsparse::hipsparsespmm_preprocess
 
interface  hipfort_hipsparse::hipsparsespmm
 
interface  hipfort_hipsparse::hipsparsespmv_buffersize
 
interface  hipfort_hipsparse::hipsparsespmv_preprocess
 
interface  hipfort_hipsparse::hipsparsespmv
 
interface  hipfort_hipsparse::hipsparsespsm_createdescr
 
interface  hipfort_hipsparse::hipsparsespsm_destroydescr
 
interface  hipfort_hipsparse::hipsparsespsm_buffersize
 
interface  hipfort_hipsparse::hipsparsespsm_analysis
 
interface  hipfort_hipsparse::hipsparsespsm_solve
 
interface  hipfort_hipsparse::hipsparsespsm_solve_ex
 
interface  hipfort_hipsparse::hipsparsespsv_createdescr
 
interface  hipfort_hipsparse::hipsparsespsv_destroydescr
 
interface  hipfort_hipsparse::hipsparsespsv_buffersize
 
interface  hipfort_hipsparse::hipsparsespsv_analysis
 
interface  hipfort_hipsparse::hipsparsespsv_solve
 
interface  hipfort_hipsparse::hipsparsespvv_buffersize
 
interface  hipfort_hipsparse::hipsparsespvv
 

Modules

module  hipfort_hipsparse
 

Functions/Subroutines

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesaxpyi_rank_0 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesaxpyi_rank_1 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedaxpyi_rank_0 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedaxpyi_rank_1 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecaxpyi_rank_0 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecaxpyi_rank_1 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezaxpyi_rank_0 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezaxpyi_rank_1 (handle, nnz, alpha, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdotci_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdotci_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdotci_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdotci_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdoti_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdoti_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddoti_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddoti_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdoti_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdoti_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdoti_rank_0 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdoti_rank_1 (handle, nnz, xval, xind, y, myresult, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthr_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthr_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgthr_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgthr_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgthr_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgthr_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgthr_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgthr_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthrz_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthrz_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgthrz_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgthrz_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgthrz_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgthrz_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgthrz_rank_0 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgthrz_rank_1 (handle, nnz, y, xval, xind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesroti_rank_0 (handle, nnz, xval, xind, y, c, s, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesroti_rank_1 (handle, nnz, xval, xind, y, c, s, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedroti_rank_0 (handle, nnz, xval, xind, y, c, s, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedroti_rank_1 (handle, nnz, xval, xind, y, c, s, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsessctr_rank_0 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsessctr_rank_1 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedsctr_rank_0 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedsctr_rank_1 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecsctr_rank_0 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecsctr_rank_1 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezsctr_rank_0 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezsctr_rank_1 (handle, nnz, xval, xind, y, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrmv_rank_0 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrmv_rank_1 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrmv_rank_0 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrmv_rank_1 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrmv_rank_0 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrmv_rank_1 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrmv_rank_0 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrmv_rank_1 (handle, dira, transa, mb, nb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_buffersize_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_buffersize_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_buffersize_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_buffersize_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_buffersize_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_buffersize_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_buffersize_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_buffersize_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_buffersizeext_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_buffersizeext_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_buffersizeext_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_buffersizeext_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_buffersizeext_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_buffersizeext_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_buffersizeext_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_buffersizeext_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_analysis_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_analysis_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_analysis_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_analysis_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_analysis_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_analysis_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_analysis_rank_0 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_analysis_rank_1 (handle, dira, transa, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_solve_rank_0 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsv2_solve_rank_1 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_solve_rank_0 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsv2_solve_rank_1 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_solve_rank_0 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsv2_solve_rank_1 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_solve_rank_0 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsv2_solve_rank_1 (handle, dira, transa, mb, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrxmv_rank_0 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrxmv_rank_1 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrxmv_rank_0 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrxmv_rank_1 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrxmv_rank_0 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrxmv_rank_1 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrxmv_rank_0 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrxmv_rank_1 (handle, dir, trans, sizeofmask, mb, nb, nnzb, alpha, descr, bsrval, bsrmaskptr, bsrrowptr, bsrendptr, bsrcolind, blockdim, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmv_rank_0 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmv_rank_1 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmv_rank_0 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmv_rank_1 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmv_rank_0 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmv_rank_1 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmv_rank_0 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmv_rank_1 (handle, transa, m, n, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_buffersize_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_buffersize_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_buffersize_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_buffersize_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_buffersize_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_buffersize_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_buffersize_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_buffersize_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_buffersizeext_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_buffersizeext_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_buffersizeext_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_buffersizeext_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_buffersizeext_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_buffersizeext_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_buffersizeext_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_buffersizeext_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_analysis_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_analysis_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_analysis_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_analysis_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_analysis_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_analysis_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_analysis_rank_0 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_analysis_rank_1 (handle, transa, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_solve_rank_0 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsv2_solve_rank_1 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_solve_rank_0 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsv2_solve_rank_1 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_solve_rank_0 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsv2_solve_rank_1 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_solve_rank_0 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsv2_solve_rank_1 (handle, transa, m, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, f, x, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemvi_rank_0 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemvi_rank_1 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemvi_full_rank (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemvi_rank_0 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemvi_rank_1 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemvi_full_rank (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemvi_rank_0 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemvi_rank_1 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemvi_full_rank (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemvi_rank_0 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemvi_rank_1 (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemvi_full_rank (handle, transa, m, n, alpha, a, lda, nnz, x, xind, beta, y, idxbase, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshybmv_rank_0 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshybmv_rank_1 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhybmv_rank_0 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhybmv_rank_1 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechybmv_rank_0 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechybmv_rank_1 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhybmv_rank_0 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhybmv_rank_1 (handle, transa, alpha, descra, hyba, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrmm_rank_0 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrmm_rank_1 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrmm_full_rank (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrmm_rank_0 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrmm_rank_1 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrmm_full_rank (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrmm_rank_0 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrmm_rank_1 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrmm_full_rank (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrmm_rank_0 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrmm_rank_1 (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrmm_full_rank (handle, dira, transa, transb, mb, n, kb, nnzb, alpha, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_buffersize_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_buffersize_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_buffersize_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_buffersize_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_buffersize_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_buffersize_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_buffersize_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_buffersize_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_analysis_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_analysis_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_analysis_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_analysis_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_analysis_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_analysis_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_analysis_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_analysis_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_solve_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_solve_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrsm2_solve_full_rank (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_solve_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_solve_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrsm2_solve_full_rank (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_solve_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_solve_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrsm2_solve_full_rank (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_solve_rank_0 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_solve_rank_1 (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrsm2_solve_full_rank (handle, dira, transa, transx, mb, nrhs, nnzb, alpha, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, b, ldb, x, ldx, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm_rank_0 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm_rank_1 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm_full_rank (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm_rank_0 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm_rank_1 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm_full_rank (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm_rank_0 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm_rank_1 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm_full_rank (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm_rank_0 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm_rank_1 (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm_full_rank (handle, transa, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm2_rank_0 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm2_rank_1 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmm2_full_rank (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm2_rank_0 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm2_rank_1 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrmm2_full_rank (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm2_rank_0 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm2_rank_1 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrmm2_full_rank (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm2_rank_0 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm2_rank_1 (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrmm2_full_rank (handle, transa, transb, m, n, k, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_buffersizeext_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_buffersizeext_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_buffersizeext_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_buffersizeext_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_buffersizeext_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_buffersizeext_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_buffersizeext_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_buffersizeext_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_buffersizeext_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_buffersizeext_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_buffersizeext_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_buffersizeext_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_analysis_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_analysis_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_analysis_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_analysis_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_analysis_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_analysis_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_analysis_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_analysis_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_analysis_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_analysis_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_analysis_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_analysis_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_solve_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_solve_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrsm2_solve_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_solve_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_solve_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrsm2_solve_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_solve_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_solve_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrsm2_solve_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_solve_rank_0 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_solve_rank_1 (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrsm2_solve_full_rank (handle, algo, transa, transb, m, nrhs, nnz, alpha, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, b, ldb, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemmi_rank_0 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemmi_rank_1 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgemmi_full_rank (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemmi_rank_0 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemmi_rank_1 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgemmi_full_rank (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi_rank_0 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi_rank_1 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi_full_rank (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi_rank_0 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi_rank_1 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi_full_rank (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeamnnz_rank_0 (handle, m, n, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrc, csrrowptrc, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeamnnz_rank_1 (handle, m, n, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrc, csrrowptrc, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam_rank_0 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam_rank_1 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam_rank_0 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam_rank_1 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam_rank_0 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam_rank_1 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam_rank_0 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam_rank_1 (handle, m, n, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, beta, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam2_buffersizeext_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam2_buffersizeext_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam2_buffersizeext_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam2_buffersizeext_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2_buffersizeext_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2_buffersizeext_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2_buffersizeext_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2_buffersizeext_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeam2nnz_rank_0 (handle, m, n, descra, nnza, csrsortedrowptra, csrsortedcolinda, descrb, nnzb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedrowptrc, nnztotaldevhostptr, workspace)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeam2nnz_rank_1 (handle, m, n, descra, nnza, csrsortedrowptra, csrsortedcolinda, descrb, nnzb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedrowptrc, nnztotaldevhostptr, workspace)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam2_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgeam2_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam2_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgeam2_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2_rank_0 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgemmnnz_rank_0 (handle, transa, transb, m, n, k, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrc, csrrowptrc, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgemmnnz_rank_1 (handle, transa, transb, m, n, k, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrc, csrrowptrc, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm_rank_0 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm_rank_1 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm_rank_0 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm_rank_1 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm_rank_0 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm_rank_1 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm_rank_0 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm_rank_1 (handle, transa, transb, m, n, k, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm2_buffersizeext_rank_0 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm2_buffersizeext_rank_1 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm2_buffersizeext_rank_0 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm2_buffersizeext_rank_1 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm2_buffersizeext_rank_0 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm2_buffersizeext_rank_1 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm2_buffersizeext_rank_0 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm2_buffersizeext_rank_1 (handle, m, n, k, alpha, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrrowptrd, csrcolindd, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgemm2nnz_rank_0 (handle, m, n, k, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrd, nnzd, csrrowptrd, csrcolindd, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgemm2nnz_rank_1 (handle, m, n, k, descra, nnza, csrrowptra, csrcolinda, descrb, nnzb, csrrowptrb, csrcolindb, descrd, nnzd, csrrowptrd, csrcolindd, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm2_rank_0 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrgemm2_rank_1 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm2_rank_0 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrgemm2_rank_1 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm2_rank_0 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgemm2_rank_1 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm2_rank_0 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgemm2_rank_1 (handle, m, n, k, alpha, descra, nnza, csrvala, csrrowptra, csrcolinda, descrb, nnzb, csrvalb, csrrowptrb, csrcolindb, beta, descrd, nnzd, csrvald, csrrowptrd, csrcolindd, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsric02_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsric02_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsric02_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_rank_0 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsric02_rank_1 (handle, dira, mb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_buffersize_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_buffersize_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_analysis_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_analysis_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsrilu02_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsrilu02_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsrilu02_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_rank_0 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsrilu02_rank_1 (handle, dira, mb, nnzb, descra, bsrsortedvala_valm, bsrsortedrowptra, bsrsortedcolinda, blockdim, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsric02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsric02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsric02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_buffersize_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_buffersize_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_buffersizeext_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_buffersizeext_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_analysis_rank_0 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_analysis_rank_1 (handle, m, nnz, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrilu02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrilu02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_rank_0 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrilu02_rank_1 (handle, m, nnz, descra, csrsortedvala_valm, csrsortedrowptra, csrsortedcolinda, myinfo, policy, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgpsvinterleavedbatch_buffersizeext_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgpsvinterleavedbatch_buffersizeext_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgpsvinterleavedbatch_buffersizeext_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgpsvinterleavedbatch_buffersizeext_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgpsvinterleavedbatch_buffersizeext_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgpsvinterleavedbatch_buffersizeext_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgpsvinterleavedbatch_buffersizeext_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgpsvinterleavedbatch_buffersizeext_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgpsvinterleavedbatch_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgpsvinterleavedbatch_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgpsvinterleavedbatch_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgpsvinterleavedbatch_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgpsvinterleavedbatch_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgpsvinterleavedbatch_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgpsvinterleavedbatch_rank_0 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgpsvinterleavedbatch_rank_1 (handle, algo, m, ds, dl, d, du, dw, x, batchcount, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_buffersizeext_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_buffersizeext_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_buffersizeext_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2_nopivot_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2_nopivot_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2_nopivot_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_rank_0 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_rank_1 (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2_nopivot_full_rank (handle, m, n, dl, d, du, b, ldb, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2stridedbatch_buffersizeext_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2stridedbatch_buffersizeext_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2stridedbatch_buffersizeext_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2stridedbatch_buffersizeext_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2stridedbatch_buffersizeext_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2stridedbatch_buffersizeext_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2stridedbatch_buffersizeext_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2stridedbatch_buffersizeext_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2stridedbatch_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgtsv2stridedbatch_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2stridedbatch_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgtsv2stridedbatch_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2stridedbatch_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgtsv2stridedbatch_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2stridedbatch_rank_0 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgtsv2stridedbatch_rank_1 (handle, m, dl, d, du, x, batchcount, batchstride, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesbsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedbsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecbsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezbsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, blockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoo2csr_rank_0 (handle, coorowind, nnz, m, csrrowptr, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoo2csr_rank_1 (handle, coorowind, nnz, m, csrrowptr, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosort_buffersizeext_rank_0 (handle, m, n, nnz, coorows, coocols, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosort_buffersizeext_rank_1 (handle, m, n, nnz, coorows, coocols, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosortbyrow_rank_0 (handle, m, n, nnz, coorows, coocols, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosortbyrow_rank_1 (handle, m, n, nnz, coorows, coocols, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosortbycolumn_rank_0 (handle, m, n, nnz, coorows, coocols, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosortbycolumn_rank_1 (handle, m, n, nnz, coorows, coocols, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecreateidentitypermutation_rank_0 (handle, n, p)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecreateidentitypermutation_rank_1 (handle, n, p)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsc2dense_rank_0 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsc2dense_rank_1 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsc2dense_full_rank (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsc2dense_rank_0 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsc2dense_rank_1 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsc2dense_full_rank (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsc2dense_rank_0 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsc2dense_rank_1 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsc2dense_full_rank (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsc2dense_rank_0 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsc2dense_rank_1 (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsc2dense_full_rank (handle, m, n, descr, cscval, cscrowind, csccolptr, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_buffersizeext_rank_0 (handle, m, n, nnz, csccolptr, cscrowind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_buffersizeext_rank_1 (handle, m, n, nnz, csccolptr, cscrowind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_rank_0 (handle, m, n, nnz, descra, csccolptr, cscrowind, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_rank_1 (handle, m, n, nnz, descra, csccolptr, cscrowind, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2bsrnnz_rank_0 (handle, dira, m, n, descra, csrrowptra, csrcolinda, blockdim, descrc, bsrrowptrc, bsrnnzb)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2bsrnnz_rank_1 (handle, dira, m, n, descra, csrrowptra, csrcolinda, blockdim, descrc, bsrrowptrc, bsrnnzb)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2bsr_rank_0 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2bsr_rank_1 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2bsr_rank_0 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2bsr_rank_1 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2bsr_rank_0 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2bsr_rank_1 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2bsr_rank_0 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2bsr_rank_1 (handle, dira, m, n, descra, csrvala, csrrowptra, csrcolinda, blockdim, descrc, bsrvalc, bsrrowptrc, bsrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2coo_rank_0 (handle, csrrowptr, nnz, m, coorowind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2coo_rank_1 (handle, csrrowptr, nnz, m, coorowind, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csc_rank_0 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csc_rank_1 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csc_rank_0 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csc_rank_1 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csc_rank_0 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csc_rank_1 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csc_rank_0 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csc_rank_1 (handle, m, n, nnz, csrsortedval, csrsortedrowptr, csrsortedcolind, cscsortedval, cscsortedrowind, cscsortedcolptr, copyvalues, idxbase)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csr_compress_rank_0 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csr_compress_rank_1 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csr_compress_rank_0 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csr_compress_rank_1 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csr_compress_rank_0 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csr_compress_rank_1 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csr_compress_rank_0 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csr_compress_rank_1 (handle, m, n, descra, csrvala, csrcolinda, csrrowptra, nnza, nnzperrow, csrvalc, csrcolindc, csrrowptrc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csru_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csru_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csru_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csru_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csru_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csru_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csru_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2csru_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2dense_rank_0 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2dense_rank_1 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2dense_full_rank (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2dense_rank_0 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2dense_rank_1 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2dense_full_rank (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2dense_rank_0 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2dense_rank_1 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2dense_full_rank (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2dense_rank_0 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2dense_rank_1 (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2dense_full_rank (handle, m, n, descr, csrval, csrrowptr, csrcolind, a, ld)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2gebsr_buffersize_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2gebsr_buffersize_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2gebsr_buffersize_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2gebsr_buffersize_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2gebsr_buffersize_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2gebsr_buffersize_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2gebsr_buffersize_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2gebsr_buffersize_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, rowblockdim, colblockdim, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2gebsrnnz_rank_0 (handle, dir, m, n, csr_descr, csrrowptr, csrcolind, bsr_descr, bsrrowptr, rowblockdim, colblockdim, bsrnnzdevhost, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsr2gebsrnnz_rank_1 (handle, dir, m, n, csr_descr, csrrowptr, csrcolind, bsr_descr, bsrrowptr, rowblockdim, colblockdim, bsrnnzdevhost, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2gebsr_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2gebsr_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2gebsr_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2gebsr_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2gebsr_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2gebsr_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2gebsr_rank_0 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2gebsr_rank_1 (handle, dir, m, n, csr_descr, csrval, csrrowptr, csrcolind, bsr_descr, bsrval, bsrrowptr, bsrcolind, rowblockdim, colblockdim, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2hyb_rank_0 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2hyb_rank_1 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2hyb_rank_0 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2hyb_rank_1 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2hyb_rank_0 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2hyb_rank_1 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2hyb_rank_0 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsr2hyb_rank_1 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_buffersizeext_rank_0 (handle, m, n, nnz, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_buffersizeext_rank_1 (handle, m, n, nnz, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_rank_0 (handle, m, n, nnz, descra, csrrowptr, csrcolind, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_rank_1 (handle, m, n, nnz, descra, csrrowptr, csrcolind, p, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsru2csr_buffersizeext_rank_0 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsru2csr_buffersizeext_rank_1 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsru2csr_buffersizeext_rank_0 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsru2csr_buffersizeext_rank_1 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsru2csr_buffersizeext_rank_0 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsru2csr_buffersizeext_rank_1 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsru2csr_buffersizeext_rank_0 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsru2csr_buffersizeext_rank_1 (handle, m, n, nnz, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsru2csr_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsru2csr_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsru2csr_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsru2csr_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsru2csr_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsru2csr_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsru2csr_rank_0 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsru2csr_rank_1 (handle, m, n, nnz, descra, csrval, csrrowptr, csrcolind, myinfo, pbuffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csc_rank_0 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csc_rank_1 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csc_full_rank (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csc_rank_0 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csc_rank_1 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csc_full_rank (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csc_rank_0 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csc_rank_1 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csc_full_rank (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csc_rank_0 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csc_rank_1 (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csc_full_rank (handle, m, n, descr, a, ld, nnzpercolumn, cscval, cscrowind, csccolptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csr_rank_0 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csr_rank_1 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesdense2csr_full_rank (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csr_rank_0 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csr_rank_1 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseddense2csr_full_rank (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csr_rank_0 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csr_rank_1 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecdense2csr_full_rank (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csr_rank_0 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csr_rank_1 (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezdense2csr_full_rank (handle, m, n, descr, a, ld, nnzperrow, csrval, csrrowptr, csrcolind)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2csr_rank_0 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2csr_rank_1 (handle, dira, mb, nb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdim, colblockdim, descrc, csrvalc, csrrowptrc, csrcolindc)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2gebsr_buffersize_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2gebsr_buffersize_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2gebsr_buffersize_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2gebsr_buffersize_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2gebsr_buffersize_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2gebsr_buffersize_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2gebsr_buffersize_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2gebsr_buffersize_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, rowblockdimc, colblockdimc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexgebsr2gebsrnnz_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrrowptrc, rowblockdimc, colblockdimc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexgebsr2gebsrnnz_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrrowptrc, rowblockdimc, colblockdimc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2gebsr_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgebsr2gebsr_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2gebsr_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedgebsr2gebsr_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2gebsr_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgebsr2gebsr_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2gebsr_rank_0 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgebsr2gebsr_rank_1 (handle, dira, mb, nb, nnzb, descra, bsrvala, bsrrowptra, bsrcolinda, rowblockdima, colblockdima, descrc, bsrvalc, bsrrowptrc, bsrcolindc, rowblockdimc, colblockdimc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshyb2csr_rank_0 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshyb2csr_rank_1 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhyb2csr_rank_0 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhyb2csr_rank_1 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechyb2csr_rank_0 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechyb2csr_rank_1 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhyb2csr_rank_0 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhyb2csr_rank_1 (handle, descra, hyba, csrsortedvala, csrsortedrowptra, csrsortedcolinda)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesnnz_rank_0 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesnnz_rank_1 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesnnz_full_rank (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_rank_0 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_rank_1 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_full_rank (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_rank_0 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_rank_1 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_full_rank (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseznnz_rank_0 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseznnz_rank_1 (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseznnz_full_rank (handle, dira, m, n, descra, a, lda, nnzperrowcolumn, nnztotaldevhostptr)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesnnz_compress_rank_0 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesnnz_compress_rank_1 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_compress_rank_0 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_compress_rank_1 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_compress_rank_0 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_compress_rank_1 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseznnz_compress_rank_0 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseznnz_compress_rank_1 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_buffersize_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_buffersize_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_buffersize_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_buffersize_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_buffersizeext_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_buffersizeext_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_buffersizeext_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_buffersizeext_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrnnz_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrrowptrc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrnnz_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrrowptrc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrnnz_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrrowptrc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrnnz_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrrowptrc, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csr_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csr_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, threshold, descrc, csrvalc, csrrowptrc, csrcolindc, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersize_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersize_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersize_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersize_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersizeext_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_buffersizeext_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersizeext_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_buffersizeext_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrnnzbypercentage_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrnnzbypercentage_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrnnzbypercentage_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrnnzbypercentage_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrrowptrc, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunecsr2csrbypercentage_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_rank_0 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunecsr2csrbypercentage_rank_1 (handle, m, n, nnza, descra, csrvala, csrrowptra, csrcolinda, percentage, descrc, csrvalc, csrrowptrc, csrcolindc, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersize_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersize_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersize_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersize_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersize_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersize_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersizeext_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersizeext_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_buffersizeext_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersizeext_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersizeext_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_buffersizeext_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnz_rank_0 (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnz_rank_1 (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnz_full_rank (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnz_rank_0 (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnz_rank_1 (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnz_full_rank (handle, m, n, a, lda, threshold, descr, csrrowptr, nnztotaldevhostptr, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csr_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_rank_0 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_rank_1 (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csr_full_rank (handle, m, n, a, lda, threshold, descr, csrval, csrrowptr, csrcolind, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersize_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersize_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersize_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersize_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersize_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersize_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersizeext_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersizeext_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_buffersizeext_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersizeext_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersizeext_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_buffersizeext_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, pbuffersizeinbytes)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnzbypercentage_rank_0 (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnzbypercentage_rank_1 (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrnnzbypercentage_full_rank (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnzbypercentage_rank_0 (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnzbypercentage_rank_1 (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrnnzbypercentage_full_rank (handle, m, n, a, lda, percentage, descr, csrrowptr, nnztotaldevhostptr, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesprunedense2csrbypercentage_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_rank_0 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_rank_1 (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedprunedense2csrbypercentage_full_rank (handle, m, n, a, lda, percentage, descr, csrval, csrrowptr, csrcolind, myinfo, buffer)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrcolor_rank_0 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrcolor_rank_1 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrcolor_rank_0 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrcolor_rank_1 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrcolor_rank_0 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrcolor_rank_1 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrcolor_rank_0 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrcolor_rank_1 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)