.TH "CBLAS/testing/c_dblas1.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_dblas1.c .SH SYNOPSIS .br .PP \fR#include 'cblas_test\&.h'\fP .br \fR#include 'cblas\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "double \fBF77_dasum\fP (const \fBCBLAS_INT\fP *N, double *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_daxpy\fP (const \fBCBLAS_INT\fP *N, const double *alpha, const double *X, const \fBCBLAS_INT\fP *incX, double *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "void \fBF77_dcopy\fP (const \fBCBLAS_INT\fP *N, double *X, const \fBCBLAS_INT\fP *incX, double *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "double \fBF77_ddot\fP (const \fBCBLAS_INT\fP *N, const double *X, const \fBCBLAS_INT\fP *incX, const double *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "double \fBF77_dnrm2\fP (const \fBCBLAS_INT\fP *N, const double *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_drotg\fP (double *a, double *b, double *c, double *s)" .br .ti -1c .RI "void \fBF77_drot\fP (const \fBCBLAS_INT\fP *N, double *X, const \fBCBLAS_INT\fP *incX, double *Y, const \fBCBLAS_INT\fP *incY, const double *c, const double *s)" .br .ti -1c .RI "void \fBF77_dscal\fP (const \fBCBLAS_INT\fP *N, const double *alpha, double *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_dswap\fP (const \fBCBLAS_INT\fP *N, double *X, const \fBCBLAS_INT\fP *incX, double *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "double \fBF77_dzasum\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "double \fBF77_dznrm2\fP (const \fBCBLAS_INT\fP *N, const void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "\fBCBLAS_INT\fP \fBF77_idamax\fP (const \fBCBLAS_INT\fP *N, const double *X, const \fBCBLAS_INT\fP *incX)" .br .in -1c .SH "Function Documentation" .PP .SS "double F77_dasum (const \fBCBLAS_INT\fP * N, double * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB11\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_daxpy (const \fBCBLAS_INT\fP * N, const double * alpha, const double * X, const \fBCBLAS_INT\fP * incX, double * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB16\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_dcopy (const \fBCBLAS_INT\fP * N, double * X, const \fBCBLAS_INT\fP * incX, double * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB23\fP of file \fBc_dblas1\&.c\fP\&. .SS "double F77_ddot (const \fBCBLAS_INT\fP * N, const double * X, const \fBCBLAS_INT\fP * incX, const double * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB30\fP of file \fBc_dblas1\&.c\fP\&. .SS "double F77_dnrm2 (const \fBCBLAS_INT\fP * N, const double * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB36\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_drot (const \fBCBLAS_INT\fP * N, double * X, const \fBCBLAS_INT\fP * incX, double * Y, const \fBCBLAS_INT\fP * incY, const double * c, const double * s)" .PP Definition at line \fB47\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_drotg (double * a, double * b, double * c, double * s)" .PP Definition at line \fB41\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_dscal (const \fBCBLAS_INT\fP * N, const double * alpha, double * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB55\fP of file \fBc_dblas1\&.c\fP\&. .SS "void F77_dswap (const \fBCBLAS_INT\fP * N, double * X, const \fBCBLAS_INT\fP * incX, double * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB62\fP of file \fBc_dblas1\&.c\fP\&. .SS "double F77_dzasum (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB69\fP of file \fBc_dblas1\&.c\fP\&. .SS "double F77_dznrm2 (const \fBCBLAS_INT\fP * N, const void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB74\fP of file \fBc_dblas1\&.c\fP\&. .SS "\fBCBLAS_INT\fP F77_idamax (const \fBCBLAS_INT\fP * N, const double * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB79\fP of file \fBc_dblas1\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.