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