source:
src/ext/ops.h
@
a10a43b
| Revision a10a43b, 147 bytes checked in by Oleg Batrashev <ogbash@…>, 3 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.
