GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CBLAS/testing/c_dblas2.c(3) LAPACK CBLAS/testing/c_dblas2.c(3)

CBLAS/testing/c_dblas2.c

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


void F77_dgemv (CBLAS_INT *layout, char *transp, CBLAS_INT *m, CBLAS_INT *n, double *alpha, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx, double *beta, double *y, CBLAS_INT *incy)
void F77_dger (CBLAS_INT *layout, CBLAS_INT *m, CBLAS_INT *n, double *alpha, double *x, CBLAS_INT *incx, double *y, CBLAS_INT *incy, double *a, CBLAS_INT *lda)
void F77_dtrmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx)
void F77_dtrsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx)
void F77_dsymv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx, double *beta, double *y, CBLAS_INT *incy)
void F77_dsyr (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *x, CBLAS_INT *incx, double *a, CBLAS_INT *lda)
void F77_dsyr2 (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *x, CBLAS_INT *incx, double *y, CBLAS_INT *incy, double *a, CBLAS_INT *lda)
void F77_dgbmv (CBLAS_INT *layout, char *transp, CBLAS_INT *m, CBLAS_INT *n, CBLAS_INT *kl, CBLAS_INT *ku, double *alpha, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx, double *beta, double *y, CBLAS_INT *incy)
void F77_dtbmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, CBLAS_INT *k, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx)
void F77_dtbsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, CBLAS_INT *k, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx)
void F77_dsbmv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, CBLAS_INT *k, double *alpha, double *a, CBLAS_INT *lda, double *x, CBLAS_INT *incx, double *beta, double *y, CBLAS_INT *incy)
void F77_dspmv (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *ap, double *x, CBLAS_INT *incx, double *beta, double *y, CBLAS_INT *incy)
void F77_dtpmv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, double *ap, double *x, CBLAS_INT *incx)
void F77_dtpsv (CBLAS_INT *layout, char *uplow, char *transp, char *diagn, CBLAS_INT *n, double *ap, double *x, CBLAS_INT *incx)
void F77_dspr (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *x, CBLAS_INT *incx, double *ap)
void F77_dspr2 (CBLAS_INT *layout, char *uplow, CBLAS_INT *n, double *alpha, double *x, CBLAS_INT *incx, double *y, CBLAS_INT *incy, double *ap)

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:28 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.