diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:08:54 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:08:54 +0000 |
commit | d87fa85e0b064206509f4e544d8156072d901e3e (patch) | |
tree | 9129b01975aee19a55549849c71448ca81131643 /misc | |
parent | a4e7c82789e5eff26b1e6a84c1a123f248e989a2 (diff) | |
download | opt-utilities-d87fa85e0b064206509f4e544d8156072d901e3e.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bootstrap.hpp | 2 | ||||
-rw-r--r-- | misc/data_loaders.hpp | 3 | ||||
-rw-r--r-- | misc/optvec.hpp | 8 |
3 files changed, 12 insertions, 1 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp index 88332ed..3c9feb4 100644 --- a/misc/bootstrap.hpp +++ b/misc/bootstrap.hpp @@ -1,5 +1,7 @@ /** \file bootstrap.hpp + \brief A simple implement of bootstrap method for error estimation + \autho Junhua Gu */ diff --git a/misc/data_loaders.hpp b/misc/data_loaders.hpp index ad23db6..7bbb757 100644 --- a/misc/data_loaders.hpp +++ b/misc/data_loaders.hpp @@ -1,6 +1,7 @@ /** \file data_loaders.hpp - a set of classes used to load data_set from std::istream + \brief a set of classes used to load data_set from std::istream + \author Junhua Gu */ #ifndef DATA_LOADERS_H diff --git a/misc/optvec.hpp b/misc/optvec.hpp index b259029..790a721 100644 --- a/misc/optvec.hpp +++ b/misc/optvec.hpp @@ -1,3 +1,11 @@ +/** + \file optvec + \brief A ready to use, but ad-hoc mathematical vector class + \author Junhua Gu + + */ + + #ifndef OPTVEC_HPP #define OPTVEC_HPP |