hipblasstrmmstridedbatched_64 Interface Reference#
hipfort_hipblas::hipblasstrmmstridedbatched_64 Interface Reference
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblasstrmmstridedbatched_64_ (handle, side, uplo, transa, diag, m, n, alpha, a, lda, stridea, b, ldb, strideb, c, ldc, stridec, batchcount) |
Member Function/Subroutine Documentation
◆ hipblasstrmmstridedbatched_64_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasstrmmstridedbatched_64::hipblasstrmmstridedbatched_64_ | ( | type(c_ptr), value | handle, |
| integer(kind(hipblas_side_left)), value | side, | ||
| integer(kind(hipblas_fill_mode_upper)), value | uplo, | ||
| integer(kind(hipblas_op_n)), value | transa, | ||
| integer(kind(hipblas_diag_non_unit)), value | diag, | ||
| integer(c_int64_t), value | m, | ||
| integer(c_int64_t), value | n, | ||
| real(c_float) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int64_t), value | lda, | ||
| integer(c_int64_t), value | stridea, | ||
| type(c_ptr), value | b, | ||
| integer(c_int64_t), value | ldb, | ||
| integer(c_int64_t), value | strideb, | ||
| type(c_ptr), value | c, | ||
| integer(c_int64_t), value | ldc, | ||
| integer(c_int64_t), value | stridec, | ||
| integer(c_int64_t), value | batchcount | ||
| ) |
The documentation for this interface was generated from the following file: