Interface for LAPACK dtrsm routine and its quad precision implementation.
More...
|
| subroutine | dble_trsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
| subroutine | quad_trsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
Interface for LAPACK dtrsm routine and its quad precision implementation.
- Warning
- the Quad precision version of the routine has not been implemented yet.
◆ dble_trsm()
| subroutine blas_lapack_gbl::trsm::dble_trsm |
( |
character | side, |
|
|
character | uplo, |
|
|
character | transa, |
|
|
character | diag, |
|
|
integer(blasint) | m, |
|
|
integer(blasint) | n, |
|
|
real(kind=wp) | alpha, |
|
|
real(kind=wp), dimension(:,:) | a, |
|
|
integer(blasint) | lda, |
|
|
real(kind=wp), dimension(:,:) | b, |
|
|
integer(blasint) | ldb ) |
◆ quad_trsm()
| subroutine blas_lapack_gbl::trsm::quad_trsm |
( |
character | side, |
|
|
character | uplo, |
|
|
character | transa, |
|
|
character | diag, |
|
|
integer(blasint) | m, |
|
|
integer(blasint) | n, |
|
|
real(kind=ep1) | alpha, |
|
|
real(kind=ep1), dimension(lda,*) | a, |
|
|
integer(blasint) | lda, |
|
|
real(kind=ep1), dimension(ldb,*) | b, |
|
|
integer(blasint) | ldb ) |
The documentation for this interface was generated from the following file: