.TH "CBLAS/src/cblas_zhpmv.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/src/cblas_zhpmv.c .SH SYNOPSIS .br .PP \fR#include \fP .br \fR#include \fP .br \fR#include 'cblas\&.h'\fP .br \fR#include 'cblas_f77\&.h'\fP .br .SS "Macros" .in +1c .ti -1c .RI "#define \fBF77_UL\fP &UL" .br .ti -1c .RI "#define \fBF77_N\fP N" .br .ti -1c .RI "#define \fBF77_incX\fP incx" .br .ti -1c .RI "#define \fBF77_incY\fP incY" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "void \fBAPI_SUFFIX\fP \fBcblas_zhpmv\fP (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_UPLO\fP Uplo, const \fBCBLAS_INT\fP N, const void *alpha, const void *AP, const void *X, const \fBCBLAS_INT\fP incX, const void *beta, void *Y, const \fBCBLAS_INT\fP incY)" .br .in -1c .SH "Macro Definition Documentation" .PP .SS "#define F77_incX incx" .SS "#define F77_incY incY" .SS "#define F77_N N" .SS "#define F77_UL &UL" .SH "Function Documentation" .PP .SS "void \fBAPI_SUFFIX\fP cblas_zhpmv (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_UPLO\fP Uplo, const \fBCBLAS_INT\fP N, const void * alpha, const void * AP, const void * X, const \fBCBLAS_INT\fP incX, const void * beta, void * Y, const \fBCBLAS_INT\fP incY)" .PP Definition at line \fB12\fP of file \fBcblas_zhpmv\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.