rocsparse_dnmat_set_values Interface Reference

rocsparse_dnmat_set_values Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_dnmat_set_values Interface Reference
hipfort_rocsparse::rocsparse_dnmat_set_values Interface Reference

Set the values array in a dense matrix descriptor. More...

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_dnmat_set_values_ (descr, values)
 

Detailed Description

Set the values array in a dense matrix descriptor.

Parameters
[in,out]descr- the matrix descriptor.
[in]values- non-zero values in the dense matrix. Must be an array of length ld*rows if order=rocsparse_order_column or ld*cols if order=rocsparse_order_row.
Return values
rocsparse_status_successthe operation completed successfully.
rocsparse_status_invalid_pointerdescr or values is invalid.

Member Function/Subroutine Documentation

◆ rocsparse_dnmat_set_values_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dnmat_set_values::rocsparse_dnmat_set_values_ ( type(c_ptr), value  descr,
type(c_ptr), value  values 
)

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