GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis 111
Loading...
Searching...
No Matches
blas_lapack_gbl::trsm Interface Reference

Interface for LAPACK dtrsm routine and its quad precision implementation. More...

Public Member Functions

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)

Detailed Description

Interface for LAPACK dtrsm routine and its quad precision implementation.

Warning
the Quad precision version of the routine has not been implemented yet.

Member Function/Subroutine Documentation

◆ 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: