CBLAS/testing/c_sblas2.c(3) Library Functions Manual CBLAS/testing/c_sblas2.c(3)

CBLAS/testing/c_sblas2.c

#include <stdlib.h>
#include 'cblas.h'
#include 'cblas_test.h'


void F77_sgemv (CBLAS_INT *layout, char *transp, CBLAS_INT *m, CBLAS_INT *n, float *alpha, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx, float *beta, float *y, CBLAS_INT *incy)
void F77_sger (CBLAS_INT *layout, CBLAS_INT *m, CBLAS_INT *n, float *alpha, float *x, CBLAS_INT *incx, float *y, CBLAS_INT *incy, float *a, CBLAS_INT *lda)
void F77_strmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx)
void F77_strsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx)
void F77_ssymv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx, float *beta, float *y, CBLAS_INT *incy)
void F77_ssyr (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *x, CBLAS_INT *incx, float *a, CBLAS_INT *lda)
void F77_ssyr2 (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *x, CBLAS_INT *incx, float *y, CBLAS_INT *incy, float *a, CBLAS_INT *lda)
void F77_sgbmv (CBLAS_INT *layout, char *transp, CBLAS_INT *m, CBLAS_INT *n, CBLAS_INT *kl, CBLAS_INT *ku, float *alpha, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx, float *beta, float *y, CBLAS_INT *incy)
void F77_stbmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, CBLAS_INT *k, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx)
void F77_stbsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, CBLAS_INT *k, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx)
void F77_ssbmv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, CBLAS_INT *k, float *alpha, float *a, CBLAS_INT *lda, float *x, CBLAS_INT *incx, float *beta, float *y, CBLAS_INT *incy)
void F77_sspmv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *ap, float *x, CBLAS_INT *incx, float *beta, float *y, CBLAS_INT *incy)
void F77_stpmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, float *ap, float *x, CBLAS_INT *incx)
void F77_stpsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, float *ap, float *x, CBLAS_INT *incx)
void F77_sspr (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *x, CBLAS_INT *incx, float *ap)
void F77_sspr2 (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, float *alpha, float *x, CBLAS_INT *incx, float *y, CBLAS_INT *incy, float *ap)

Definition at line 187 of file c_sblas2.c.

Definition at line 11 of file c_sblas2.c.

Definition at line 38 of file c_sblas2.c.

Definition at line 317 of file c_sblas2.c.

Definition at line 362 of file c_sblas2.c.

Definition at line 478 of file c_sblas2.c.

Definition at line 529 of file c_sblas2.c.

Definition at line 115 of file c_sblas2.c.

Definition at line 139 of file c_sblas2.c.

Definition at line 163 of file c_sblas2.c.

Definition at line 225 of file c_sblas2.c.

Definition at line 271 of file c_sblas2.c.

Definition at line 399 of file c_sblas2.c.

Definition at line 438 of file c_sblas2.c.

Definition at line 63 of file c_sblas2.c.

Definition at line 91 of file c_sblas2.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK