Functions/Subroutines

BLAS/SRC/dtpmv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DTPMV (UPLO, TRANS, DIAG, N, AP, X, INCX)

Function Documentation

subroutine DTPMV ( CHARACTER  UPLO,
CHARACTER  TRANS,
CHARACTER  DIAG,
INTEGER  N,
DOUBLE PRECISION,dimension(*)  AP,
DOUBLE PRECISION,dimension(*)  X,
INTEGER  INCX 
)

Definition at line 1 of file dtpmv.f.