source:
src/ext/C/ops.h
@
dd63f9f
| Revision dd63f9f, 147 bytes checked in by Oleg Batrashev <ogbash@…>, 2 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #ifndef OPS_H |
| 2 | #define OPS_H |
| 3 | |
| 4 | void daxpy(double *r, double a, double *x, double *y, int nlf); |
| 5 | void ops_copy(double *x, double *y, int nlf); |
| 6 | |
| 7 | #endif |
Note: See TracBrowser
for help on using the repository browser.
