.TH "CBLAS/testing/c_sblas3.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_sblas3.c .SH SYNOPSIS .br .PP \fR#include \fP .br \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_sgemm\fP (\fBCBLAS_INT\fP *layout, char *transpa, char *transpb, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *b, \fBCBLAS_INT\fP *ldb, float *beta, float *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_ssymm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *b, \fBCBLAS_INT\fP *ldb, float *beta, float *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_ssyrk\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *beta, float *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_ssyr2k\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *b, \fBCBLAS_INT\fP *ldb, float *beta, float *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_strmm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *b, \fBCBLAS_INT\fP *ldb)" .br .ti -1c .RI "void \fBF77_strsm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, float *alpha, float *a, \fBCBLAS_INT\fP *lda, float *b, \fBCBLAS_INT\fP *ldb)" .br .in -1c .SH "Function Documentation" .PP .SS "void F77_sgemm (\fBCBLAS_INT\fP * layout, char * transpa, char * transpb, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * b, \fBCBLAS_INT\fP * ldb, float * beta, float * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB12\fP of file \fBc_sblas3\&.c\fP\&. .SS "void F77_ssymm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * b, \fBCBLAS_INT\fP * ldb, float * beta, float * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB73\fP of file \fBc_sblas3\&.c\fP\&. .SS "void F77_ssyr2k (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * b, \fBCBLAS_INT\fP * ldb, float * beta, float * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB175\fP of file \fBc_sblas3\&.c\fP\&. .SS "void F77_ssyrk (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * beta, float * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB127\fP of file \fBc_sblas3\&.c\fP\&. .SS "void F77_strmm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * b, \fBCBLAS_INT\fP * ldb)" .PP Definition at line \fB230\fP of file \fBc_sblas3\&.c\fP\&. .SS "void F77_strsm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, float * alpha, float * a, \fBCBLAS_INT\fP * lda, float * b, \fBCBLAS_INT\fP * ldb)" .PP Definition at line \fB281\fP of file \fBc_sblas3\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.