/* Last edited on 2011-05-15 01:25:44 by stolfi */ /* fdjac2.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 fdjac2_H #define fdjac2_H #include typedef int fcn_t(int *m, int *n, double *x, double *fvec, int *iflag); int fdjac2_(fcn_t *fcn, int *m, int *n, double *x, double *fvec, double *fjac, int *ldfjac, int *iflag, double *epsfcn, double *wa); #endif