|
integer(kind(hipsparse_status_success)) function | hipsparsedhybmv_ (handle, transA, alpha, descrA, hybA, x, beta, y) |
|
integer(kind(hipsparse_status_success)) function | hipsparsedhybmv_rank_0 (handle, transA, alpha, descrA, hybA, x, beta, y) |
|
integer(kind(hipsparse_status_success)) function | hipsparsedhybmv_rank_1 (handle, transA, alpha, descrA, hybA, x, beta, y) |
|
◆ hipsparsedhybmv_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhybmv::hipsparsedhybmv_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(kind(hipsparse_operation_non_transpose)), value |
transA, |
|
|
real(c_double) |
alpha, |
|
|
type(c_ptr), value |
descrA, |
|
|
type(c_ptr), value |
hybA, |
|
|
type(c_ptr), value |
x, |
|
|
real(c_double) |
beta, |
|
|
type(c_ptr), value |
y |
|
) |
| |
◆ hipsparsedhybmv_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhybmv::hipsparsedhybmv_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(kind(hipsparse_operation_non_transpose)) |
transA, |
|
|
real(c_double) |
alpha, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
real(c_double), target |
x, |
|
|
real(c_double) |
beta, |
|
|
real(c_double), target |
y |
|
) |
| |
◆ hipsparsedhybmv_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedhybmv::hipsparsedhybmv_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(kind(hipsparse_operation_non_transpose)) |
transA, |
|
|
real(c_double) |
alpha, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
real(c_double), dimension(:), target |
x, |
|
|
real(c_double) |
beta, |
|
|
real(c_double), dimension(:), target |
y |
|
) |
| |
The documentation for this interface was generated from the following file: