c_zblas2.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_zgemv (int *layout, char *transp, int *m, int *n,
const void *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, const void *x,
int *incx, const void *beta, void *y, int *incy)
void F77_zgbmv (int *layout, char *transp, int *m, int *n, int *kl, int
*ku, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int
*lda, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX
*beta, CBLAS_TEST_ZOMPLEX *y, int *incy)
void F77_zgeru (int *layout, int *m, int *n, CBLAS_TEST_ZOMPLEX
*alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX
*y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda)
void F77_zgerc (int *layout, int *m, int *n, CBLAS_TEST_ZOMPLEX
*alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX
*y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda)
void F77_zhemv (int *layout, char *uplow, int *n,
CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda,
CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta,
CBLAS_TEST_ZOMPLEX *y, int *incy)
void F77_zhbmv (int *layout, char *uplow, int *n, int *k,
CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda,
CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta,
CBLAS_TEST_ZOMPLEX *y, int *incy)
void F77_zhpmv (int *layout, char *uplow, int *n,
CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *ap,
CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta,
CBLAS_TEST_ZOMPLEX *y, int *incy)
void F77_ztbmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda,
CBLAS_TEST_ZOMPLEX *x, int *incx)
void F77_ztbsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda,
CBLAS_TEST_ZOMPLEX *x, int *incx)
void F77_ztpmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int
*incx)
void F77_ztpsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int
*incx)
void F77_ztrmv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX
*x, int *incx)
void F77_ztrsv (int *layout, char *uplow, char *transp, char *diagn,
int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX
*x, int *incx)
void F77_zhpr (int *layout, char *uplow, int *n, double *alpha,
CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *ap)
void F77_zhpr2 (int *layout, char *uplow, int *n,
CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx,
CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *ap)
void F77_zher (int *layout, char *uplow, int *n, double *alpha,
CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *a, int
*lda)
void F77_zher2 (int *layout, char *uplow, int *n,
CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx,
CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int
*lda)
Generated automatically by Doxygen for LAPACK from the source code.