LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
cblas_dsdot.c File Reference
#include "cblas.h"
#include "cblas_f77.h"
Include dependency graph for cblas_dsdot.c:

Go to the source code of this file.

Macros

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

Functions

double cblas_dsdot (const int N, const float *X, const int incX, const float *Y, const int incY)
 
F77_incY
#define F77_incY
F77_dsdot_sub
void F77_dsdot_sub(FINT, const float *, FINT, const float *, FINT, double *)
F77_incX
#define F77_incX
F77_N
#define F77_N
N
#define N
Definition: example_user.c:10