rocsparse_create_csc_descr Interface Reference

rocsparse_create_csc_descr Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_create_csc_descr Interface Reference
hipfort_rocsparse::rocsparse_create_csc_descr Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_create_csc_descr_ (descr, rows, cols, nnz, csc_col_ptr, csc_row_ind, csc_val, col_ptr_type, row_ind_type, idx_base, data_type)
 

Member Function/Subroutine Documentation

◆ rocsparse_create_csc_descr_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_create_csc_descr::rocsparse_create_csc_descr_ ( type(c_ptr)  descr,
integer(c_int64_t), value  rows,
integer(c_int64_t), value  cols,
integer(c_int64_t), value  nnz,
type(c_ptr), value  csc_col_ptr,
type(c_ptr), value  csc_row_ind,
type(c_ptr), value  csc_val,
integer(kind(rocsparse_indextype_u16)), value  col_ptr_type,
integer(kind(rocsparse_indextype_u16)), value  row_ind_type,
integer(kind(rocsparse_index_base_zero)), value  idx_base,
integer(kind(rocsparse_datatype_f32_r)), value  data_type 
)

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