From b5742a78297257d18959385e7a88a1f230bdcafe Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 22 Aug 2009 16:48:40 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@49 ed2142bd-67ad-457f-ba7c-d818d4011675 --- data_sets/default_data_set.hpp | 9 +++++++++ data_sets/sorted_data_set.hpp | 10 ++++++++++ 2 files changed, 19 insertions(+) (limited to 'data_sets') diff --git a/data_sets/default_data_set.hpp b/data_sets/default_data_set.hpp index 4d0b89e..7d63fb9 100644 --- a/data_sets/default_data_set.hpp +++ b/data_sets/default_data_set.hpp @@ -1,3 +1,7 @@ +/** + \file default_data_set.hpp + */ + #ifndef DEFAULT_DATA_SET #define DEFAULT_DATA_SET #include "core/fitter.hpp" @@ -7,6 +11,11 @@ namespace opt_utilities { + /** + default implement of the data set + \tparam Ty type of y + \tparam Tx type of x + */ template class default_data_set :public data_set diff --git a/data_sets/sorted_data_set.hpp b/data_sets/sorted_data_set.hpp index 0512f18..868f293 100644 --- a/data_sets/sorted_data_set.hpp +++ b/data_sets/sorted_data_set.hpp @@ -1,3 +1,7 @@ +/** + \file sorted_data_set.hpp +*/ + #ifndef SORTED_DATA_SET #define SORTED_DATA_SET #include "core/fitter.hpp" @@ -14,6 +18,12 @@ namespace opt_utilities } + + /** + automatically sorting data set + \tparam Ty type of y + \tparam Tx type of x + */ template class sorted_data_set :public data_set -- cgit v1.2.2