/* Last edited on 2011-05-15 01:24:45 by stolfi */ /* lmpar.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 lmpar_H #define lmpar_H #include int lmpar_ ( int *n, double *r, int *ldr, int *ipvt, double *diag, double *qtb, double *delta, double *par, double *x, double *sdiag, double *wa1, double *wa2 ); #endif