.TH "CBLAS/testing/c_cblas1.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_cblas1.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 "void \fBF77_caxpy\fP (const \fBCBLAS_INT\fP *N, const void *alpha, void *X, const \fBCBLAS_INT\fP *incX, void *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "void \fBF77_ccopy\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX, void *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "void \fBF77_cdotc\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX, void *Y, const \fBCBLAS_INT\fP *incY, void *dotc)" .br .ti -1c .RI "void \fBF77_cdotu\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX, void *Y, const \fBCBLAS_INT\fP *incY, void *dotu)" .br .ti -1c .RI "void \fBF77_cscal\fP (const \fBCBLAS_INT\fP *N, const void **alpha, void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_csscal\fP (const \fBCBLAS_INT\fP *N, const float *alpha, void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_cswap\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX, void *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "\fBCBLAS_INT\fP \fBF77_icamax\fP (const \fBCBLAS_INT\fP *N, const void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "float \fBF77_scnrm2\fP (const \fBCBLAS_INT\fP *N, const void *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "float \fBF77_scasum\fP (const \fBCBLAS_INT\fP *N, void *X, const \fBCBLAS_INT\fP *incX)" .br .in -1c .SH "Function Documentation" .PP .SS "void F77_caxpy (const \fBCBLAS_INT\fP * N, const void * alpha, void * X, const \fBCBLAS_INT\fP * incX, void * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB11\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_ccopy (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX, void * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB18\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_cdotc (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX, void * Y, const \fBCBLAS_INT\fP * incY, void * dotc)" .PP Definition at line \fB25\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_cdotu (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX, void * Y, const \fBCBLAS_INT\fP * incY, void * dotu)" .PP Definition at line \fB32\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_cscal (const \fBCBLAS_INT\fP * N, const void ** alpha, void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB39\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_csscal (const \fBCBLAS_INT\fP * N, const float * alpha, void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB46\fP of file \fBc_cblas1\&.c\fP\&. .SS "void F77_cswap (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX, void * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB53\fP of file \fBc_cblas1\&.c\fP\&. .SS "\fBCBLAS_INT\fP F77_icamax (const \fBCBLAS_INT\fP * N, const void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB60\fP of file \fBc_cblas1\&.c\fP\&. .SS "float F77_scasum (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB71\fP of file \fBc_cblas1\&.c\fP\&. .SS "float F77_scnrm2 (const \fBCBLAS_INT\fP * N, const void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB66\fP of file \fBc_cblas1\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.