LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
c_zblas1.c File Reference
#include "cblas_test.h"
#include "cblas.h"
Include dependency graph for c_zblas1.c:

Go to the source code of this file.

Functions

void F77_zaxpy (const CBLAS_INT *N, const void *alpha, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY)
 
void F77_zcopy (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY)
 
void F77_zdotc (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX, const void *Y, const CBLAS_INT *incY, void *dotc)
 
void F77_zdotu (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY, void *dotu)
 
void F77_zdscal (const CBLAS_INT *N, const double *alpha, void *X, const CBLAS_INT *incX)
 
void F77_zscal (const CBLAS_INT *N, const void **alpha, void *X, const CBLAS_INT *incX)
 
void F77_zswap (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY)
 
CBLAS_INT F77_izamax (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX)
 
double F77_dznrm2 (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX)
 
double F77_dzasum (const CBLAS_INT *N, void *X, const CBLAS_INT *incX)