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