.TH "CBLAS/testing/c_sblas2.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_sblas2.c .SH SYNOPSIS .br .PP \fR#include \fP .br \fR#include 'cblas\&.h'\fP .br \fR#include 'cblas_test\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "void \fBF77_sgemv\fP (\fBCBLAS_INT\fP *layout, char *transp, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx, float *beta, float *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_sger\fP (\fBCBLAS_INT\fP *layout, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, float *alpha, float *x, \fBCBLAS_INT\fP *incx, float *y, \fBCBLAS_INT\fP *incy, float *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_strmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_strsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_ssymv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx, float *beta, float *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_ssyr\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *x, \fBCBLAS_INT\fP *incx, float *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_ssyr2\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *x, \fBCBLAS_INT\fP *incx, float *y, \fBCBLAS_INT\fP *incy, float *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_sgbmv\fP (\fBCBLAS_INT\fP *layout, char *transp, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *kl, \fBCBLAS_INT\fP *ku, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx, float *beta, float *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_stbmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_stbsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_ssbmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *x, \fBCBLAS_INT\fP *incx, float *beta, float *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_sspmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *ap, float *x, \fBCBLAS_INT\fP *incx, float *beta, float *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_stpmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, float *ap, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_stpsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, float *ap, float *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_sspr\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *x, \fBCBLAS_INT\fP *incx, float *ap)" .br .ti -1c .RI "void \fBF77_sspr2\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, float *alpha, float *x, \fBCBLAS_INT\fP *incx, float *y, \fBCBLAS_INT\fP *incy, float *ap)" .br .in -1c .SH "Function Documentation" .PP .SS "void F77_sgbmv (\fBCBLAS_INT\fP * layout, char * transp, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * kl, \fBCBLAS_INT\fP * ku, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx, float * beta, float * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB187\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_sgemv (\fBCBLAS_INT\fP * layout, char * transp, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx, float * beta, float * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB11\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_sger (\fBCBLAS_INT\fP * layout, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, float * alpha, float * x, \fBCBLAS_INT\fP * incx, float * y, \fBCBLAS_INT\fP * incy, float * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB38\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_ssbmv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx, float * beta, float * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB317\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_sspmv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * ap, float * x, \fBCBLAS_INT\fP * incx, float * beta, float * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB362\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_sspr (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * x, \fBCBLAS_INT\fP * incx, float * ap)" .PP Definition at line \fB478\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_sspr2 (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * x, \fBCBLAS_INT\fP * incx, float * y, \fBCBLAS_INT\fP * incy, float * ap)" .PP Definition at line \fB529\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_ssymv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx, float * beta, float * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB115\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_ssyr (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * x, \fBCBLAS_INT\fP * incx, float * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB139\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_ssyr2 (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, float * alpha, float * x, \fBCBLAS_INT\fP * incx, float * y, \fBCBLAS_INT\fP * incy, float * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB163\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_stbmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB225\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_stbsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB271\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_stpmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, float * ap, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB399\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_stpsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, float * ap, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB438\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_strmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB63\fP of file \fBc_sblas2\&.c\fP\&. .SS "void F77_strsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, float * a, \fBCBLAS_INT\fP * lda, float * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB91\fP of file \fBc_sblas2\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.