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

CBLAS/testing/c_sblas3.c

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


void F77_sgemm (CBLAS_INT *layout, char *transpa, char *transpb, CBLAS_INT *m, CBLAS_INT *n, CBLAS_INT *k, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb, float *beta, float *c, CBLAS_INT *ldc)
void F77_sgemmtr (CBLAS_INT *layout, char *uplop, char *transpa, char *transpb, CBLAS_INT *n, CBLAS_INT *k, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb, float *beta, float *c, CBLAS_INT *ldc)
void F77_ssymm (CBLAS_INT *layout, char *rtlf, char *uplow, CBLAS_INT *m, CBLAS_INT *n, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb, float *beta, float *c, CBLAS_INT *ldc)
void F77_ssyrk (CBLAS_INT *layout, char *uplow, char *transp, CBLAS_INT *n, CBLAS_INT *k, float *alpha, float *a, CBLAS_INT *lda, float *beta, float *c, CBLAS_INT *ldc)
void F77_ssyr2k (CBLAS_INT *layout, char *uplow, char *transp, CBLAS_INT *n, CBLAS_INT *k, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb, float *beta, float *c, CBLAS_INT *ldc)
void F77_strmm (CBLAS_INT *layout, char *rtlf, char *uplow, char *transp, char *diagn, CBLAS_INT *m, CBLAS_INT *n, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb)
void F77_strsm (CBLAS_INT *layout, char *rtlf, char *uplow, char *transp, char *diagn, CBLAS_INT *m, CBLAS_INT *n, float *alpha, float *a, CBLAS_INT *lda, float *b, CBLAS_INT *ldb)

Definition at line 12 of file c_sblas3.c.

Definition at line 78 of file c_sblas3.c.

Definition at line 153 of file c_sblas3.c.

Definition at line 263 of file c_sblas3.c.

Definition at line 211 of file c_sblas3.c.

Definition at line 322 of file c_sblas3.c.

Definition at line 377 of file c_sblas3.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK