comparison liboctave/NPSOL.h @ 1942:bb9df7be8227

[project @ 1996-02-13 20:46:52 by jwe]
author jwe
date Tue, 13 Feb 1996 20:46:52 +0000
parents c3ae47c97e53
children 1b57120c997b
comparison
equal deleted inserted replaced
1941:c3ae47c97e53 1942:bb9df7be8227
31 #ifndef NPSOL_MISSING 31 #ifndef NPSOL_MISSING
32 32
33 #include <cfloat> 33 #include <cfloat>
34 #include <cmath> 34 #include <cmath>
35 35
36 #include <string>
37
36 #include "dColVector.h" 38 #include "dColVector.h"
37 #include "NLP.h" 39 #include "NLP.h"
38 40
39 class 41 class
40 NPSOL_options 42 NPSOL_options
197 199
198 protected: 200 protected:
199 201
200 void pass_options_to_npsol (void); 202 void pass_options_to_npsol (void);
201 203
202 void set_option (const char *key, int opt); 204 void set_option (const string& key, int opt);
203 void set_option (const char *key, double opt); 205 void set_option (const string& key, double opt);
204 206
205 private: 207 private:
206 208
207 double x_central_difference_interval; 209 double x_central_difference_interval;
208 double x_crash_tolerance; 210 double x_crash_tolerance;