Functions/Subroutines

BLAS/SRC/ctrsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CTRSV (UPLO, TRANS, DIAG, N, A, LDA, X, INCX)

Function Documentation

subroutine CTRSV ( CHARACTER  UPLO,
CHARACTER  TRANS,
CHARACTER  DIAG,
INTEGER  N,
COMPLEX,dimension(lda,*)  A,
INTEGER  LDA,
COMPLEX,dimension(*)  X,
INTEGER  INCX 
)

Definition at line 1 of file ctrsv.f.