proteus  1.8.1
C/C++/Fortran libraries
proteus_blas.h
Go to the documentation of this file.
1 #ifndef PROTEUS_BLAS_PROTO_H
2 #define PROTEUS_BLAS_PROTO_H
3 #ifdef __cplusplus
4 extern "C"
5 {
6 #endif
7 extern void dcopy_(const int* N, const double *X, const int* incX,double *Y, const int* incY);
8 #ifdef __cplusplus
9 }
10 #endif
11 #endif
Y
Double * Y
Definition: Headers.h:48
dcopy_
void dcopy_(const int *N, const double *X, const int *incX, double *Y, const int *incY)