CBLAS/src/cblas_dsdot.c(3) Library Functions Manual CBLAS/src/cblas_dsdot.c(3)

CBLAS/src/cblas_dsdot.c

#include 'cblas.h'
#include 'cblas_f77.h'


#define F77_N N
#define F77_incX incX
#define F77_incY incY


double API_SUFFIX cblas_dsdot (const CBLAS_INT N, const float *X, const CBLAS_INT incX, const float *Y, const CBLAS_INT incY)

Definition at line 12 of file cblas_dsdot.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK