hipsparseccsrgeam2 Interface Reference

hipsparseccsrgeam2 Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparseccsrgeam2 Interface Reference
hipfort_hipsparse::hipsparseccsrgeam2 Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparseccsrgeam2_ (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 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 hipsparseccsrgeam2_rank_1 (handle, m, n, alpha, descra, nnza, csrsortedvala, csrsortedrowptra, csrsortedcolinda, beta, descrb, nnzb, csrsortedvalb, csrsortedrowptrb, csrsortedcolindb, descrc, csrsortedvalc, csrsortedrowptrc, csrsortedcolindc, pbuffer)
 

Member Function/Subroutine Documentation

◆ hipsparseccsrgeam2_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2::hipsparseccsrgeam2_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
type(c_ptr), value  descra,
integer(c_int), value  nnza,
type(c_ptr), value  csrsortedvala,
type(c_ptr), value  csrsortedrowptra,
type(c_ptr), value  csrsortedcolinda,
complex(c_float_complex)  beta,
type(c_ptr), value  descrb,
integer(c_int), value  nnzb,
type(c_ptr), value  csrsortedvalb,
type(c_ptr), value  csrsortedrowptrb,
type(c_ptr), value  csrsortedcolindb,
type(c_ptr), value  descrc,
type(c_ptr), value  csrsortedvalc,
type(c_ptr), value  csrsortedrowptrc,
type(c_ptr), value  csrsortedcolindc,
type(c_ptr), value  pbuffer 
)

◆ hipsparseccsrgeam2_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2::hipsparseccsrgeam2_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_float_complex)  alpha,
type(c_ptr)  descra,
integer(c_int)  nnza,
complex(c_float_complex), target  csrsortedvala,
integer(c_int), target  csrsortedrowptra,
integer(c_int), target  csrsortedcolinda,
complex(c_float_complex)  beta,
type(c_ptr)  descrb,
integer(c_int)  nnzb,
complex(c_float_complex), target  csrsortedvalb,
integer(c_int), target  csrsortedrowptrb,
integer(c_int), target  csrsortedcolindb,
type(c_ptr)  descrc,
complex(c_float_complex), target  csrsortedvalc,
integer(c_int), target  csrsortedrowptrc,
integer(c_int), target  csrsortedcolindc,
type(c_ptr)  pbuffer 
)

◆ hipsparseccsrgeam2_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrgeam2::hipsparseccsrgeam2_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_float_complex)  alpha,
type(c_ptr)  descra,
integer(c_int)  nnza,
complex(c_float_complex), dimension(:), target  csrsortedvala,
integer(c_int), dimension(:), target  csrsortedrowptra,
integer(c_int), dimension(:), target  csrsortedcolinda,
complex(c_float_complex)  beta,
type(c_ptr)  descrb,
integer(c_int)  nnzb,
complex(c_float_complex), dimension(:), target  csrsortedvalb,
integer(c_int), dimension(:), target  csrsortedrowptrb,
integer(c_int), dimension(:), target  csrsortedcolindb,
type(c_ptr)  descrc,
complex(c_float_complex), dimension(:), target  csrsortedvalc,
integer(c_int), dimension(:), target  csrsortedrowptrc,
integer(c_int), dimension(:), target  csrsortedcolindc,
type(c_ptr)  pbuffer 
)

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