hipsparsecreateconstcsr Interface Reference

hipsparsecreateconstcsr Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsecreateconstcsr Interface Reference
hipfort_hipsparse::hipsparsecreateconstcsr Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsecreateconstcsr_ (spmatdescr, rows, cols, nnz, csrrowoffsets, csrcolind, csrvalues, csrrowoffsetstype, csrcolindtype, idxbase, valuetype)
 

Member Function/Subroutine Documentation

◆ hipsparsecreateconstcsr_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecreateconstcsr::hipsparsecreateconstcsr_ ( type(c_ptr)  spmatdescr,
integer(c_int64_t), value  rows,
integer(c_int64_t), value  cols,
integer(c_int64_t), value  nnz,
type(c_ptr), value  csrrowoffsets,
type(c_ptr), value  csrcolind,
type(c_ptr), value  csrvalues,
integer(kind(hipsparse_index_16u)), value  csrrowoffsetstype,
integer(kind(hipsparse_index_16u)), value  csrcolindtype,
integer(kind(hipsparse_index_base_zero)), value  idxbase,
integer(kind(hip_r_32f)), value  valuetype 
)

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