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