|
NAMECBLAS/src/cblas_srot.c SYNOPSIS#include 'cblas.h'
Macros#define F77_N N
Functionsvoid API_SUFFIX() cblas_srot (const CBLAS_INT
N, float *X, const CBLAS_INT incX, float *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_srot (const CBLAS_INT N, float * X, const CBLAS_INT incX, float * Y, const CBLAS_INT incY, const float c, const float s)Definition at line 11 of file cblas_srot.c. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|