Mercurial > hg > octave-nkf
comparison liboctave/DASSL.h @ 7231:2eb392d058bb
[project @ 2007-11-30 18:53:29 by jwe]
author | jwe |
---|---|
date | Fri, 30 Nov 2007 18:53:30 +0000 |
parents | a1dbe9d80eee |
children | 4c0cdbe0acca |
comparison
equal
deleted
inserted
replaced
7230:a760bd2630d5 | 7231:2eb392d058bb |
---|---|
23 | 23 |
24 #if !defined (octave_DASSL_h) | 24 #if !defined (octave_DASSL_h) |
25 #define octave_DASSL_h 1 | 25 #define octave_DASSL_h 1 |
26 | 26 |
27 #include <cfloat> | 27 #include <cfloat> |
28 #include <cmath> | |
29 | 28 |
30 #include "DASSL-opts.h" | 29 #include "DASSL-opts.h" |
30 #include "lo-math.h" | |
31 | 31 |
32 class | 32 class |
33 OCTAVE_API | 33 OCTAVE_API |
34 DASSL : public DAE, public DASSL_options | 34 DASSL : public DAE, public DASSL_options |
35 { | 35 { |