proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
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
4extern "C"
5{
6#endif
7extern void dcopy_(const int* N, const double *X, const int* incX,double *Y, const int* incY);
8#ifdef __cplusplus
9}
10#endif
11#endif
Double * Y
Definition Headers.h:48
void dcopy_(const int *N, const double *X, const int *incX, double *Y, const int *incY)