source: src/ext/C/ops.h @ dd63f9f

Revision dd63f9f, 147 bytes checked in by Oleg Batrashev <ogbash@…>, 2 years ago (diff)

Move external interface for C to subdirectory.

  • Property mode set to 100644
Line 
1#ifndef OPS_H
2#define OPS_H
3
4void daxpy(double *r, double a, double *x, double *y, int nlf);
5void ops_copy(double *x, double *y, int nlf);
6
7#endif
Note: See TracBrowser for help on using the repository browser.