linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
blas::ztrsm Interface Reference

Public Member Functions

subroutine ztrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 

Detailed Description

Definition at line 48 of file blas.f90.

Constructor & Destructor Documentation

◆ ztrsm()

subroutine blas::ztrsm::ztrsm ( character, intent(in) side,
character, intent(in) uplo,
character, intent(in) transa,
character, intent(in) diag,
integer(int32), intent(in) m,
integer(int32), intent(in) n,
complex(real64), intent(in) alpha,
complex(real64), dimension(lda,*), intent(in) a,
integer(int32), intent(in) lda,
complex(real64), dimension(ldb,*), intent(inout) b,
integer(int32), intent(in) ldb )

Definition at line 48 of file blas.f90.


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