hipblasztrtri Interface Reference

hipblasztrtri Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasztrtri Interface Reference
hipfort_hipblas::hipblasztrtri Interface Reference

BLAS Level 3 API. More...

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasztrtri_ (handle, uplo, diag, n, A, lda, invA, ldinvA)
 
integer(kind(hipblas_status_success)) function hipblasztrtri_full_rank (handle, uplo, diag, n, A, lda, invA, ldinvA)
 
integer(kind(hipblas_status_success)) function hipblasztrtri_rank_0 (handle, uplo, diag, n, A, lda, invA, ldinvA)
 
integer(kind(hipblas_status_success)) function hipblasztrtri_rank_1 (handle, uplo, diag, n, A, lda, invA, ldinvA)
 

Detailed Description

BLAS Level 3 API.

trtri compute the inverse of a matrix A, namely, invA

and write the result into invA;
Parameters
[in]handle[hipblasHandle_t] handle to the hipblas library context queue.
[in]uplo[hipblasFillMode_t] specifies whether the upper 'HIPBLAS_FILL_MODE_UPPER' or lower 'HIPBLAS_FILL_MODE_LOWER' if HIPBLAS_FILL_MODE_UPPER, the lower part of A is not referenced if HIPBLAS_FILL_MODE_LOWER, the upper part of A is not referenced
[in]diag[hipblasDiagType_t] = 'HIPBLAS_DIAG_NON_UNIT', A is non-unit triangular; = 'HIPBLAS_DIAG_UNIT', A is unit triangular;
[in]n[int] size of matrix A and invA
[in]Adevice pointer storing matrix A.
[in]lda[int] specifies the leading dimension of A.
[out]invAdevice pointer storing matrix invA.
[in]ldinvA[int] specifies the leading dimension of invA.

Member Function/Subroutine Documentation

◆ hipblasztrtri_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrtri::hipblasztrtri_ ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(kind(hipblas_diag_non_unit)), value  diag,
integer(c_int), value  n,
type(c_ptr), value  A,
integer(c_int), value  lda,
type(c_ptr), value  invA,
integer(c_int), value  ldinvA 
)

◆ hipblasztrtri_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrtri::hipblasztrtri_full_rank ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(kind(hipblas_diag_non_unit))  diag,
integer(c_int)  n,
complex(c_double_complex), dimension(:,:), target  A,
integer(c_int)  lda,
complex(c_double_complex), dimension(:,:), target  invA,
integer(c_int)  ldinvA 
)

◆ hipblasztrtri_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrtri::hipblasztrtri_rank_0 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(kind(hipblas_diag_non_unit))  diag,
integer(c_int)  n,
complex(c_double_complex), target  A,
integer(c_int)  lda,
complex(c_double_complex), target  invA,
integer(c_int)  ldinvA 
)

◆ hipblasztrtri_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrtri::hipblasztrtri_rank_1 ( type(c_ptr)  handle,
integer(kind(hipblas_fill_mode_upper))  uplo,
integer(kind(hipblas_diag_non_unit))  diag,
integer(c_int)  n,
complex(c_double_complex), dimension(:), target  A,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  invA,
integer(c_int)  ldinvA 
)

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