.TH "CBLAS/testing/c_dblas3.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_dblas3.c .SH SYNOPSIS .br .PP \fR#include \fP .br \fR#include 'cblas\&.h'\fP .br \fR#include 'cblas_test\&.h'\fP .br .SS "Macros" .in +1c .ti -1c .RI "#define \fBTEST_COL_MJR\fP 0" .br .ti -1c .RI "#define \fBTEST_ROW_MJR\fP 1" .br .ti -1c .RI "#define \fBUNDEFINED\fP \-1" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "void \fBF77_dgemm\fP (\fBCBLAS_INT\fP *layout, char *transpa, char *transpb, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *b, \fBCBLAS_INT\fP *ldb, double *beta, double *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_dsymm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *b, \fBCBLAS_INT\fP *ldb, double *beta, double *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_dsyrk\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *beta, double *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_dsyr2k\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *b, \fBCBLAS_INT\fP *ldb, double *beta, double *c, \fBCBLAS_INT\fP *ldc)" .br .ti -1c .RI "void \fBF77_dtrmm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *b, \fBCBLAS_INT\fP *ldb)" .br .ti -1c .RI "void \fBF77_dtrsm\fP (\fBCBLAS_INT\fP *layout, char *rtlf, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *b, \fBCBLAS_INT\fP *ldb)" .br .in -1c .SH "Macro Definition Documentation" .PP .SS "#define TEST_COL_MJR 0" .PP Definition at line \fB10\fP of file \fBc_dblas3\&.c\fP\&. .SS "#define TEST_ROW_MJR 1" .PP Definition at line \fB11\fP of file \fBc_dblas3\&.c\fP\&. .SS "#define UNDEFINED \-1" .PP Definition at line \fB12\fP of file \fBc_dblas3\&.c\fP\&. .SH "Function Documentation" .PP .SS "void F77_dgemm (\fBCBLAS_INT\fP * layout, char * transpa, char * transpb, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * b, \fBCBLAS_INT\fP * ldb, double * beta, double * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB14\fP of file \fBc_dblas3\&.c\fP\&. .SS "void F77_dsymm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * b, \fBCBLAS_INT\fP * ldb, double * beta, double * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB76\fP of file \fBc_dblas3\&.c\fP\&. .SS "void F77_dsyr2k (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * b, \fBCBLAS_INT\fP * ldb, double * beta, double * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB178\fP of file \fBc_dblas3\&.c\fP\&. .SS "void F77_dsyrk (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * beta, double * c, \fBCBLAS_INT\fP * ldc)" .PP Definition at line \fB130\fP of file \fBc_dblas3\&.c\fP\&. .SS "void F77_dtrmm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * b, \fBCBLAS_INT\fP * ldb)" .PP Definition at line \fB233\fP of file \fBc_dblas3\&.c\fP\&. .SS "void F77_dtrsm (\fBCBLAS_INT\fP * layout, char * rtlf, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * b, \fBCBLAS_INT\fP * ldb)" .PP Definition at line \fB284\fP of file \fBc_dblas3\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.