diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-07-15 17:20:30 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-07-15 17:20:30 +0000 |
commit | 6ec6b9f69b44b03363381210ed635cb3798d7413 (patch) | |
tree | 3b145e16a07a0efe8e87d302ecea4a4439f172c5 /misc | |
parent | c9d59463a3d9059ebb09aa06610866438c36fba6 (diff) | |
download | opt-utilities-6ec6b9f69b44b03363381210ed635cb3798d7413.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@214 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r-- | misc/opt_all.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/opt_all.hpp b/misc/opt_all.hpp new file mode 100644 index 0000000..cff34c7 --- /dev/null +++ b/misc/opt_all.hpp @@ -0,0 +1,13 @@ +#include <core/opt_exception.hpp> +#include <statistics/chisq.hpp> +#include <statistics/cstat.hpp> +#include <statistics/leastsq.hpp> +#include <methods/aga/aga.hpp> +#include <methods/powell/powell_method.hpp> +#include <methods/lbfgs/lbfgs_method.hpp> +#include <methods/bfgs/bfgs.hpp> +#include <methods/gsl_simplex/gsl_simplex.hpp> +#include <data_sets/default_data_set.hpp> +#include <data_sets/sorted_data_set.hpp> +#include <data_sets/shared_table_data_set.hpp> +#include <core/freeze_param.hpp> |