LAPACK 3.3.0

dtrsm.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dtrsm.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions