.TH "CBLAS/testing/c_dblas2.c" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME CBLAS/testing/c_dblas2.c .SH SYNOPSIS .br .PP \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_dgemv\fP (\fBCBLAS_INT\fP *layout, char *transp, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx, double *beta, double *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_dger\fP (\fBCBLAS_INT\fP *layout, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, double *alpha, double *x, \fBCBLAS_INT\fP *incx, double *y, \fBCBLAS_INT\fP *incy, double *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_dtrmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dtrsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dsymv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx, double *beta, double *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_dsyr\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *x, \fBCBLAS_INT\fP *incx, double *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_dsyr2\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *x, \fBCBLAS_INT\fP *incx, double *y, \fBCBLAS_INT\fP *incy, double *a, \fBCBLAS_INT\fP *lda)" .br .ti -1c .RI "void \fBF77_dgbmv\fP (\fBCBLAS_INT\fP *layout, char *transp, \fBCBLAS_INT\fP *m, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *kl, \fBCBLAS_INT\fP *ku, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx, double *beta, double *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_dtbmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dtbsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dsbmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, \fBCBLAS_INT\fP *k, double *alpha, double *a, \fBCBLAS_INT\fP *lda, double *x, \fBCBLAS_INT\fP *incx, double *beta, double *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_dspmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *ap, double *x, \fBCBLAS_INT\fP *incx, double *beta, double *y, \fBCBLAS_INT\fP *incy)" .br .ti -1c .RI "void \fBF77_dtpmv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, double *ap, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dtpsv\fP (\fBCBLAS_INT\fP *layout, char *uplow, char *transp, char *diagn, \fBCBLAS_INT\fP *n, double *ap, double *x, \fBCBLAS_INT\fP *incx)" .br .ti -1c .RI "void \fBF77_dspr\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *x, \fBCBLAS_INT\fP *incx, double *ap)" .br .ti -1c .RI "void \fBF77_dspr2\fP (\fBCBLAS_INT\fP *layout, char *uplow, \fBCBLAS_INT\fP *n, double *alpha, double *x, \fBCBLAS_INT\fP *incx, double *y, \fBCBLAS_INT\fP *incy, double *ap)" .br .in -1c .SH "Function Documentation" .PP .SS "void F77_dgbmv (\fBCBLAS_INT\fP * layout, char * transp, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * kl, \fBCBLAS_INT\fP * ku, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx, double * beta, double * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB187\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dgemv (\fBCBLAS_INT\fP * layout, char * transp, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx, double * beta, double * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB11\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dger (\fBCBLAS_INT\fP * layout, \fBCBLAS_INT\fP * m, \fBCBLAS_INT\fP * n, double * alpha, double * x, \fBCBLAS_INT\fP * incx, double * y, \fBCBLAS_INT\fP * incy, double * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB38\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dsbmv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx, double * beta, double * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB317\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dspmv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * ap, double * x, \fBCBLAS_INT\fP * incx, double * beta, double * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB362\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dspr (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * x, \fBCBLAS_INT\fP * incx, double * ap)" .PP Definition at line \fB481\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dspr2 (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * x, \fBCBLAS_INT\fP * incx, double * y, \fBCBLAS_INT\fP * incy, double * ap)" .PP Definition at line \fB533\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dsymv (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx, double * beta, double * y, \fBCBLAS_INT\fP * incy)" .PP Definition at line \fB115\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dsyr (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * x, \fBCBLAS_INT\fP * incx, double * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB139\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dsyr2 (\fBCBLAS_INT\fP * layout, char * uplow, \fBCBLAS_INT\fP * n, double * alpha, double * x, \fBCBLAS_INT\fP * incx, double * y, \fBCBLAS_INT\fP * incy, double * a, \fBCBLAS_INT\fP * lda)" .PP Definition at line \fB163\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtbmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB225\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtbsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, \fBCBLAS_INT\fP * k, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB271\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtpmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, double * ap, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB400\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtpsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, double * ap, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB440\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtrmv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB63\fP of file \fBc_dblas2\&.c\fP\&. .SS "void F77_dtrsv (\fBCBLAS_INT\fP * layout, char * uplow, char * transp, char * diagn, \fBCBLAS_INT\fP * n, double * a, \fBCBLAS_INT\fP * lda, double * x, \fBCBLAS_INT\fP * incx)" .PP Definition at line \fB91\fP of file \fBc_dblas2\&.c\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.