CTRMV (3) Linux Manual Page
ctrmv.f – SynopsisFunctions/Subroutinessubroutine ctrmv (UPLO, TRANS, DIAG, N, A, LDA, X, INCX) CTRMV Function/Subroutine Documentationsubroutine ctrmv (characterUPLO, characterTRANS, characterDIAG, integerN, complex, dimension(lda,*)A, integerLDA, complex, dimension(*)X, integerINCX)CTRMV Purpose: CTRMV performs one of the matrix-vector operations x := A*x, or x := A**T*x, or x := A**H*x, where x is an n element vector and A is…
