hipsparsespsm_analysis Interface Reference

hipsparsespsm_analysis Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsespsm_analysis Interface Reference
hipfort_hipsparse::hipsparsespsm_analysis Interface Reference

Description: Analysis step of solution of triangular linear system op(A) * C = alpha * op(B), where A is a sparse matrix in CSR storage format, B and C are dense vectors. More...

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsespsm_analysis_ (handle, opA, opB, alpha, matA, matB, matC, computeType, alg, spsmDescr, externalBuffer)
 

Detailed Description

Description: Analysis step of solution of triangular linear system op(A) * C = alpha * op(B), where A is a sparse matrix in CSR storage format, B and C are dense vectors.

Member Function/Subroutine Documentation

◆ hipsparsespsm_analysis_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsespsm_analysis::hipsparsespsm_analysis_ ( type(c_ptr), value  handle,
integer(kind(hipsparse_operation_non_transpose)), value  opA,
integer(kind(hipsparse_operation_non_transpose)), value  opB,
type(c_ptr), value  alpha,
type(c_ptr), value  matA,
type(c_ptr), value  matB,
type(c_ptr), value  matC,
integer(kind(hip_r_16f)), value  computeType,
integer(kind(hipsparse_spsm_alg_default)), value  alg,
type(c_ptr), value  spsmDescr,
type(c_ptr), value  externalBuffer 
)

The documentation for this interface was generated from the following file: