hipsparsesetmattype Interface Reference

hipsparsesetmattype Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsesetmattype Interface Reference
hipfort_hipsparse::hipsparsesetmattype Interface Reference

Specify the matrix type of a matrix descriptor. More...

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsesetmattype_ (descrA, myType)
 

Detailed Description

Specify the matrix type of a matrix descriptor.

hipsparseSetMatType sets the matrix type of a matrix descriptor. Valid matrix types are HIPSPARSE_MATRIX_TYPE_GENERAL, HIPSPARSE_MATRIX_TYPE_SYMMETRIC, HIPSPARSE_MATRIX_TYPE_HERMITIAN or HIPSPARSE_MATRIX_TYPE_TRIANGULAR.

Member Function/Subroutine Documentation

◆ hipsparsesetmattype_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesetmattype::hipsparsesetmattype_ ( type(c_ptr), value  descrA,
integer(kind(hipsparse_matrix_type_general)), value  myType 
)

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