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