/* Last edited on 2011-05-15 01:07:09 by stolfi */ /* qrsolv.f -- translated by f2c (version of 17 January 1992 0:17:58). You must link the resulting object file with the libraries: -lf77 -li77 -lm -lc (in that order) */ #ifndef qrsolv_H #define qrsolv_H #include int qrsolv_(int *n, double *r, int *ldr, int *ipvt, double *diag, double *qtb, double *x, double *sdiag, double *wa); #endif