aboutsummaryrefslogtreecommitdiffstats
path: root/utilities/opt_types.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-01 16:09:42 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-01 16:09:42 +0000
commit4954b5638ced13c2f9d2f0ec4dca77b03f7e89d0 (patch)
tree142353657c1858f02f9f121c564538257a7da26e /utilities/opt_types.hpp
parent22e026dac6c0a2225e3adb3c9ee336fafaa2e366 (diff)
downloadopt-utilities-4954b5638ced13c2f9d2f0ec4dca77b03f7e89d0.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@11 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'utilities/opt_types.hpp')
-rw-r--r--utilities/opt_types.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utilities/opt_types.hpp b/utilities/opt_types.hpp
index 1559ffd..46846cd 100644
--- a/utilities/opt_types.hpp
+++ b/utilities/opt_types.hpp
@@ -5,6 +5,7 @@
#include <core/default_data_set.hpp>
#include <methods/powell/powell_method.hpp>
#include <statistics/chisq.hpp>
+#include <statistics/leastsq.hpp>
#include <vector>
namespace opt_utilities
@@ -15,6 +16,7 @@ namespace opt_utilities
public:
typedef fitter<Ty,Tx,Tp,Ts,Tstr> fitter;
typedef chisq<Ty,Tx,Tp,Ts,Tstr> chisq;
+ typedef leastsq<Ty,Tx,Tp,Ts,Tstr> leastsq;
typedef powell_method<Ty,Tp> powell_method;
typedef model<Ty,Tx,Tp,Tstr> model;
typedef default_data_set<Ty,Ty> data_set;