DTPMV (3) Linux Manual Page
NAME dtpmv.f – SYNOPSIS Functions/Subroutines subroutine dtpmv (UPLO, TRANS, DIAG, N, AP, X, INCX) DTPMV Function/Subroutine Documentation subroutine dtpmv (characterUPLO, characterTRANS, characterDIAG, integerN, double precision, dimension(*)AP, double precision, dimension(*)X, integerINCX) DTPMV Purpose: DTPMV performs one of the matrix-vector operations x := A*x, or x := A**T*x, where x is an n element vector and A…
