LAPACK 3.3.0

ctrmm.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CTRMM (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)

Function Documentation

subroutine CTRMM ( CHARACTER  SIDE,
CHARACTER  UPLO,
CHARACTER  TRANSA,
CHARACTER  DIAG,
INTEGER  M,
INTEGER  N,
COMPLEX  ALPHA,
COMPLEX,dimension(lda,*)  A,
INTEGER  LDA,
COMPLEX,dimension(ldb,*)  B,
INTEGER  LDB 
)

Definition at line 1 of file ctrmm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions