.TH "CBLAS/testing/c_sblas1.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_sblas1.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 "float \fBF77_sasum\fP (const \fBCBLAS_INT\fP *N, float *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_saxpy\fP (const \fBCBLAS_INT\fP *N, const float *alpha, const float *X, const \fBCBLAS_INT\fP *incX, float *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "float \fBF77_scasum\fP (const \fBCBLAS_INT\fP *N, 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 "void \fBF77_scopy\fP (const \fBCBLAS_INT\fP *N, const float *X, const \fBCBLAS_INT\fP *incX, float *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "float \fBF77_sdot\fP (const \fBCBLAS_INT\fP *N, const float *X, const \fBCBLAS_INT\fP *incX, const float *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "float \fBF77_snrm2\fP (const \fBCBLAS_INT\fP *N, const float *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_srotg\fP (float *a, float *b, float *c, float *s)" .br .ti -1c .RI "void \fBF77_srot\fP (const \fBCBLAS_INT\fP *N, float *X, const \fBCBLAS_INT\fP *incX, float *Y, const \fBCBLAS_INT\fP *incY, const float *c, const float *s)" .br .ti -1c .RI "void \fBF77_sscal\fP (const \fBCBLAS_INT\fP *N, const float *alpha, float *X, const \fBCBLAS_INT\fP *incX)" .br .ti -1c .RI "void \fBF77_sswap\fP (const \fBCBLAS_INT\fP *N, float *X, const \fBCBLAS_INT\fP *incX, float *Y, const \fBCBLAS_INT\fP *incY)" .br .ti -1c .RI "\fBCBLAS_INT\fP \fBF77_isamax\fP (const \fBCBLAS_INT\fP *N, const float *X, const \fBCBLAS_INT\fP *incX)" .br .in -1c .SH "Function Documentation" .PP .SS "\fBCBLAS_INT\fP F77_isamax (const \fBCBLAS_INT\fP * N, const float * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB78\fP of file \fBc_sblas1\&.c\fP\&. .SS "float F77_sasum (const \fBCBLAS_INT\fP * N, float * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB11\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_saxpy (const \fBCBLAS_INT\fP * N, const float * alpha, const float * X, const \fBCBLAS_INT\fP * incX, float * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB16\fP of file \fBc_sblas1\&.c\fP\&. .SS "float F77_scasum (const \fBCBLAS_INT\fP * N, void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB23\fP of file \fBc_sblas1\&.c\fP\&. .SS "float F77_scnrm2 (const \fBCBLAS_INT\fP * N, const void * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB28\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_scopy (const \fBCBLAS_INT\fP * N, const float * X, const \fBCBLAS_INT\fP * incX, float * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB33\fP of file \fBc_sblas1\&.c\fP\&. .SS "float F77_sdot (const \fBCBLAS_INT\fP * N, const float * X, const \fBCBLAS_INT\fP * incX, const float * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB40\fP of file \fBc_sblas1\&.c\fP\&. .SS "float F77_snrm2 (const \fBCBLAS_INT\fP * N, const float * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB46\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_srot (const \fBCBLAS_INT\fP * N, float * X, const \fBCBLAS_INT\fP * incX, float * Y, const \fBCBLAS_INT\fP * incY, const float * c, const float * s)" .PP Definition at line \fB57\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_srotg (float * a, float * b, float * c, float * s)" .PP Definition at line \fB51\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_sscal (const \fBCBLAS_INT\fP * N, const float * alpha, float * X, const \fBCBLAS_INT\fP * incX)" .PP Definition at line \fB64\fP of file \fBc_sblas1\&.c\fP\&. .SS "void F77_sswap (const \fBCBLAS_INT\fP * N, float * X, const \fBCBLAS_INT\fP * incX, float * Y, const \fBCBLAS_INT\fP * incY)" .PP Definition at line \fB71\fP of file \fBc_sblas1\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.