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_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 73 of file c_sblas3.c.

Definition at line 175 of file c_sblas3.c.

Definition at line 127 of file c_sblas3.c.

Definition at line 230 of file c_sblas3.c.

Definition at line 281 of file c_sblas3.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK