/usr/include/python2.7/pysparse/qmrs.h is in python-sparse 1.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #ifndef QMRS_H
#define QMRS_H
#include "fortran.h"
#include "Python.h"
int Itsolvers_qmrs_kernel(int n,
double *b,
double *x,
double *work,
double tol,
int maxitera,
int *itera,
double *err,
PyObject *mat_obj,
PyObject *prec_obj);
#endif
|