|
NAMECBLAS/src/cblas_zdrot.c SYNOPSIS#include 'cblas.h'
Macros#define F77_N N
Functionsvoid API_SUFFIX() cblas_zdrot (const
CBLAS_INT N, void *X, const CBLAS_INT incX, void *Y, const
CBLAS_INT incY, const double c, const double s)
Macro Definition Documentation#define F77_incX incX#define F77_incY incY#define F77_N NFunction Documentationvoid API_SUFFIX() cblas_zdrot (const CBLAS_INT N, void * X, const CBLAS_INT incX, void * Y, const CBLAS_INT incY, const double c, const double s)Definition at line 9 of file cblas_zdrot.c. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|