.TH "CBLAS/src/cblas_dgbmv.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/src/cblas_dgbmv.c .SH SYNOPSIS .br .PP \fR#include 'cblas\&.h'\fP .br \fR#include 'cblas_f77\&.h'\fP .br .SS "Macros" .in +1c .ti -1c .RI "#define \fBF77_TA\fP &TA" .br .ti -1c .RI "#define \fBF77_M\fP M" .br .ti -1c .RI "#define \fBF77_N\fP N" .br .ti -1c .RI "#define \fBF77_lda\fP lda" .br .ti -1c .RI "#define \fBF77_KL\fP KL" .br .ti -1c .RI "#define \fBF77_KU\fP KU" .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_dgbmv\fP (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_TRANSPOSE\fP TransA, const \fBCBLAS_INT\fP M, const \fBCBLAS_INT\fP N, const \fBCBLAS_INT\fP KL, const \fBCBLAS_INT\fP KU, const double alpha, const double *A, const \fBCBLAS_INT\fP lda, const double *X, const \fBCBLAS_INT\fP incX, const double beta, double *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_KL KL" .SS "#define F77_KU KU" .SS "#define F77_lda lda" .SS "#define F77_M M" .SS "#define F77_N N" .SS "#define F77_TA &TA" .SH "Function Documentation" .PP .SS "void \fBAPI_SUFFIX\fP cblas_dgbmv (const \fBCBLAS_LAYOUT\fP layout, const \fBCBLAS_TRANSPOSE\fP TransA, const \fBCBLAS_INT\fP M, const \fBCBLAS_INT\fP N, const \fBCBLAS_INT\fP KL, const \fBCBLAS_INT\fP KU, const double alpha, const double * A, const \fBCBLAS_INT\fP lda, const double * X, const \fBCBLAS_INT\fP incX, const double beta, double * Y, const \fBCBLAS_INT\fP incY)" .PP Definition at line \fB11\fP of file \fBcblas_dgbmv\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.