This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipsparseccsrilu02_buffersizeext Interface Reference

hipsparseccsrilu02_buffersizeext Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparseccsrilu02_buffersizeext Interface Reference
hipfort_hipsparse::hipsparseccsrilu02_buffersizeext Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparseccsrilu02_buffersizeext_ (handle, m, nnz, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, myInfo, pBufferSize)
 
integer(kind(hipsparse_status_success)) function hipsparseccsrilu02_buffersizeext_rank_0 (handle, m, nnz, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, myInfo, pBufferSize)
 
integer(kind(hipsparse_status_success)) function hipsparseccsrilu02_buffersizeext_rank_1 (handle, m, nnz, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, myInfo, pBufferSize)
 

Member Function/Subroutine Documentation

◆ hipsparseccsrilu02_buffersizeext_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersizeext::hipsparseccsrilu02_buffersizeext_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  nnz,
type(c_ptr), value  descrA,
type(c_ptr), value  csrSortedValA,
type(c_ptr), value  csrSortedRowPtrA,
type(c_ptr), value  csrSortedColIndA,
type(c_ptr), value  myInfo,
integer(c_size_t)  pBufferSize 
)

◆ hipsparseccsrilu02_buffersizeext_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersizeext::hipsparseccsrilu02_buffersizeext_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_float_complex), target  csrSortedValA,
integer(c_int), target  csrSortedRowPtrA,
integer(c_int), target  csrSortedColIndA,
type(c_ptr)  myInfo,
integer(c_size_t)  pBufferSize 
)

◆ hipsparseccsrilu02_buffersizeext_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsrilu02_buffersizeext::hipsparseccsrilu02_buffersizeext_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_float_complex), dimension(:), target  csrSortedValA,
integer(c_int), dimension(:), target  csrSortedRowPtrA,
integer(c_int), dimension(:), target  csrSortedColIndA,
type(c_ptr)  myInfo,
integer(c_size_t)  pBufferSize 
)

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