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

hipblasdgetribatched Interface Reference

hipblasdgetribatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasdgetribatched Interface Reference
hipfort_hipblas::hipblasdgetribatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasdgetribatched_ (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgetribatched_full_rank (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgetribatched_rank_0 (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgetribatched_rank_1 (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblasdgetribatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetribatched::hipblasdgetribatched_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
type(c_ptr)  A,
integer(c_int), value  lda,
type(c_ptr), value  ipiv,
type(c_ptr)  C,
integer(c_int), value  ldc,
type(c_ptr), value  myInfo,
integer(c_int), value  batchCount 
)

◆ hipblasdgetribatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetribatched::hipblasdgetribatched_full_rank ( type(c_ptr)  handle,
integer(c_int)  n,
real(c_double), dimension(:,:,:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
real(c_double), dimension(:,:,:), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblasdgetribatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetribatched::hipblasdgetribatched_rank_0 ( type(c_ptr)  handle,
integer(c_int)  n,
real(c_double), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
real(c_double), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblasdgetribatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetribatched::hipblasdgetribatched_rank_1 ( type(c_ptr)  handle,
integer(c_int)  n,
real(c_double), dimension(:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
real(c_double), dimension(:), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

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