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 211 of file c_sblas2.c.

Definition at line 11 of file c_sblas2.c.

Definition at line 42 of file c_sblas2.c.

Definition at line 353 of file c_sblas2.c.

Definition at line 402 of file c_sblas2.c.

Definition at line 530 of file c_sblas2.c.

Definition at line 585 of file c_sblas2.c.

Definition at line 127 of file c_sblas2.c.

Definition at line 155 of file c_sblas2.c.

Definition at line 183 of file c_sblas2.c.

Definition at line 253 of file c_sblas2.c.

Definition at line 303 of file c_sblas2.c.

Definition at line 443 of file c_sblas2.c.

Definition at line 486 of file c_sblas2.c.

Definition at line 67 of file c_sblas2.c.

Definition at line 99 of file c_sblas2.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK