comparison src/fsolve.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 13b630c0aad3
children ed5757e3333b
comparison
equal deleted inserted replaced
1351:8256c4c57419 1352:19c10b8657d5
27 27
28 #include <strstream.h> 28 #include <strstream.h>
29 29
30 #include "NLEqn.h" 30 #include "NLEqn.h"
31 31
32 #include "defun-dld.h"
33 #include "error.h"
34 #include "gripes.h"
35 #include "help.h"
36 #include "pager.h"
32 #include "tree-const.h" 37 #include "tree-const.h"
38 #include "utils.h"
33 #include "variables.h" 39 #include "variables.h"
34 #include "gripes.h"
35 #include "error.h"
36 #include "utils.h"
37 #include "pager.h"
38 #include "help.h"
39 #include "defun-dld.h"
40 40
41 // Global pointer for user defined function required by hybrd1. 41 // Global pointer for user defined function required by hybrd1.
42 static tree_fvc *fsolve_fcn; 42 static tree_fvc *fsolve_fcn;
43 43
44 static NLEqn_options fsolve_opts; 44 static NLEqn_options fsolve_opts;