|
integer(kind(rocsparse_status_success)) function | rocsparse_cgtsv_no_pivot_strided_batch_ (handle, m, dl, d, du, x, batch_count, batch_stride, temp_buffer) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_cgtsv_no_pivot_strided_batch_rank_0 (handle, m, dl, d, du, x, batch_count, batch_stride, temp_buffer) |
|
integer(kind(rocsparse_status_success)) function | rocsparse_cgtsv_no_pivot_strided_batch_rank_1 (handle, m, dl, d, du, x, batch_count, batch_stride, temp_buffer) |
|
◆ rocsparse_cgtsv_no_pivot_strided_batch_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cgtsv_no_pivot_strided_batch::rocsparse_cgtsv_no_pivot_strided_batch_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
m, |
|
|
type(c_ptr), value |
dl, |
|
|
type(c_ptr), value |
d, |
|
|
type(c_ptr), value |
du, |
|
|
type(c_ptr), value |
x, |
|
|
integer(c_int), value |
batch_count, |
|
|
integer(c_int), value |
batch_stride, |
|
|
type(c_ptr), value |
temp_buffer |
|
) |
| |
◆ rocsparse_cgtsv_no_pivot_strided_batch_rank_0()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cgtsv_no_pivot_strided_batch::rocsparse_cgtsv_no_pivot_strided_batch_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
type(c_ptr) |
dl, |
|
|
type(c_ptr) |
d, |
|
|
type(c_ptr) |
du, |
|
|
complex(c_float_complex), target |
x, |
|
|
integer(c_int) |
batch_count, |
|
|
integer(c_int) |
batch_stride, |
|
|
type(c_ptr) |
temp_buffer |
|
) |
| |
◆ rocsparse_cgtsv_no_pivot_strided_batch_rank_1()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cgtsv_no_pivot_strided_batch::rocsparse_cgtsv_no_pivot_strided_batch_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
type(c_ptr) |
dl, |
|
|
type(c_ptr) |
d, |
|
|
type(c_ptr) |
du, |
|
|
complex(c_float_complex), dimension(:), target |
x, |
|
|
integer(c_int) |
batch_count, |
|
|
integer(c_int) |
batch_stride, |
|
|
type(c_ptr) |
temp_buffer |
|
) |
| |
The documentation for this interface was generated from the following file: