CBLAS/testing/c_sblas1.c(3) Library Functions Manual NAME CBLAS/testing/c_sblas1.c SYNOPSIS #include 'cblas_test.h' #include 'cblas.h' Functions float F77_sasum (const CBLAS_INT *N, float *X, const CBLAS_INT *incX) void F77_saxpy (const CBLAS_INT *N, const float *alpha, const float *X, const CBLAS_INT *incX, float *Y, const CBLAS_INT *incY) float F77_scasum (const CBLAS_INT *N, void *X, const CBLAS_INT *incX) float F77_scnrm2 (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX) void F77_scopy (const CBLAS_INT *N, const float *X, const CBLAS_INT *incX, float *Y, const CBLAS_INT *incY) float F77_sdot (const CBLAS_INT *N, const float *X, const CBLAS_INT *incX, const float *Y, const CBLAS_INT *incY) float F77_snrm2 (const CBLAS_INT *N, const float *X, const CBLAS_INT *incX) void F77_srotg (float *a, float *b, float *c, float *s) void F77_srot (const CBLAS_INT *N, float *X, const CBLAS_INT *incX, float *Y, const CBLAS_INT *incY, const float *c, const float *s) void F77_sscal (const CBLAS_INT *N, const float *alpha, float *X, const CBLAS_INT *incX) void F77_sswap (const CBLAS_INT *N, float *X, const CBLAS_INT *incX, float *Y, const CBLAS_INT *incY) CBLAS_INT F77_isamax (const CBLAS_INT *N, const float *X, const CBLAS_INT *incX) Function Documentation CBLAS_INT F77_isamax (const CBLAS_INT * N, const float * X, const CBLAS_INT * incX) Definition at line 78 of file c_sblas1.c. float F77_sasum (const CBLAS_INT * N, float * X, const CBLAS_INT * incX) Definition at line 11 of file c_sblas1.c. void F77_saxpy (const CBLAS_INT * N, const float * alpha, const float * X, const CBLAS_INT * incX, float * Y, const CBLAS_INT * incY) Definition at line 16 of file c_sblas1.c. float F77_scasum (const CBLAS_INT * N, void * X, const CBLAS_INT * incX) Definition at line 23 of file c_sblas1.c. float F77_scnrm2 (const CBLAS_INT * N, const void * X, const CBLAS_INT * incX) Definition at line 28 of file c_sblas1.c. void F77_scopy (const CBLAS_INT * N, const float * X, const CBLAS_INT * incX, float * Y, const CBLAS_INT * incY) Definition at line 33 of file c_sblas1.c. float F77_sdot (const CBLAS_INT * N, const float * X, const CBLAS_INT * incX, const float * Y, const CBLAS_INT * incY) Definition at line 40 of file c_sblas1.c. float F77_snrm2 (const CBLAS_INT * N, const float * X, const CBLAS_INT * incX) Definition at line 46 of file c_sblas1.c. void F77_srot (const CBLAS_INT * N, float * X, const CBLAS_INT * incX, float * Y, const CBLAS_INT * incY, const float * c, const float * s) Definition at line 57 of file c_sblas1.c. void F77_srotg (float * a, float * b, float * c, float * s) Definition at line 51 of file c_sblas1.c. void F77_sscal (const CBLAS_INT * N, const float * alpha, float * X, const CBLAS_INT * incX) Definition at line 64 of file c_sblas1.c. void F77_sswap (const CBLAS_INT * N, float * X, const CBLAS_INT * incX, float * Y, const CBLAS_INT * incY) Definition at line 71 of file c_sblas1.c. Author Generated automatically by Doxygen for LAPACK from the source code. LAPACK Version 3.12.0 CBLAS/testing/c_sblas1.c(3)