c_cblas2.c
- Provided by: liblapack-doc-man (Version: 3.6.0-2ubuntu2)
- Source: lapack
- Report a bug
#include <stdlib.h>
#include 'cblas.h'
#include 'cblas_test.h'
void F77_cgemv (int *layout, char *transp, int *m, int *n,
const void *alpha, CBLAS_TEST_COMPLEX *a, int *lda, const void *x,
int *incx, const void *beta, void *y, int *incy)
void F77_cgbmv (int *layout, char *transp, int *m, int *n, int *kl, int
*ku, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int
*lda, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX
*beta, CBLAS_TEST_COMPLEX *y, int *incy)
void F77_cgeru (int *layout, int *m, int *n, CBLAS_TEST_COMPLEX
*alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX
*y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda)
void F77_cgerc (int *layout, int *m, int *n, CBLAS_TEST_COMPLEX
*alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX
*y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda)
void F77_chemv (int *layout, char *uplow, int *n,
CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda,
CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta,
CBLAS_TEST_COMPLEX *y, int *incy)
void F77_chbmv (int *layout, char *uplow, int *n, int *k,
CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda,
CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta,
CBLAS_TEST_COMPLEX *y, int *incy)
void F77_chpmv (int *layout, char *uplow, int *n,
CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *ap,
CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta,
CBLAS_TEST_COMPLEX *y, int *incy)
void F77_ctbmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda,
CBLAS_TEST_COMPLEX *x, int *incx)
void F77_ctbsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda,
CBLAS_TEST_COMPLEX *x, int *incx)
void F77_ctpmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int
*incx)
void F77_ctpsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int
*incx)
void F77_ctrmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX
*x, int *incx)
void F77_ctrsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX
*x, int *incx)
void F77_chpr (int *layout, char *uplow, int *n, float *alpha,
CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *ap)
void F77_chpr2 (int *layout, char *uplow, int *n,
CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx,
CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *ap)
void F77_cher (int *layout, char *uplow, int *n, float *alpha,
CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *a, int
*lda)
void F77_cher2 (int *layout, char *uplow, int *n,
CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx,
CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *a, int
*lda)
Generated automatically by Doxygen for LAPACK from the source code.