TBCI Numerical high perf. C++ Library  2.8.0
lmfitlib.cc
Go to the documentation of this file.
1 
4 /* KG, 2000-08-18 */
5 /* $Id: lmfitlib.cc,v 1.2.2.6 2019/05/28 11:13:02 garloff Exp $ */
6 
7 #ifndef NUM
8 # define NUM double
9 #endif
10 
11 #ifdef PRAGMA_I
12 # pragma implementation "LM_fit.h"
13 #endif
14 #include "tbci/LM_fit.h"
15 
16 //NAMESPACE_TBCI
17 
18 #define T NUM
19 #include "LM_fit_inst.h"
20 
21 
22 //NAMESPACE_END
23 
24 // GCC-3.0 hack
25 #ifdef HAVE_GCC300_CMATH_POWER_BUG
26 template double std::__cmath_power<double>(double, unsigned);
27 #endif