source: src/ext/ops.h @ a10a43b

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

First level preconditioner (if used without 2. level) is factored out and works from C.

  • 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.