From d87fa85e0b064206509f4e544d8156072d901e3e Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 8 Jan 2011 17:08:54 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675 --- distributions/component.hpp | 11 ++++++++--- distributions/normed_dgauss1d.hpp | 7 +++++++ distributions/normed_gauss1d.hpp | 7 +++++++ distributions/uniformed.hpp | 7 +++++++ 4 files changed, 29 insertions(+), 3 deletions(-) (limited to 'distributions') diff --git a/distributions/component.hpp b/distributions/component.hpp index ae7981c..d761bf8 100644 --- a/distributions/component.hpp +++ b/distributions/component.hpp @@ -1,3 +1,10 @@ +/** + \file component.hpp + \brief rpresents a distribution composed of more than one components + \author Junhua Gu + */ + + #ifndef COMPONENT_MODEL_H_ #define COMPONENT_MODEL_H_ #define OPT_HEADER @@ -6,9 +13,7 @@ #include #include #include -/* - *Represents a distribution composed of more than one components - */ + namespace opt_utilities diff --git a/distributions/normed_dgauss1d.hpp b/distributions/normed_dgauss1d.hpp index 4060fa6..5405de8 100644 --- a/distributions/normed_dgauss1d.hpp +++ b/distributions/normed_dgauss1d.hpp @@ -1,3 +1,10 @@ +/** + \file normed_dgauss1d.hpp + \brief normalized double gaussian distribution + \author Junhua Gu + */ + + #ifndef NDGAUSS_MODEL_H_ #define NDGAUSS_MODEL_H_ #define OPT_HEADER diff --git a/distributions/normed_gauss1d.hpp b/distributions/normed_gauss1d.hpp index f8f3cb4..03a69cb 100644 --- a/distributions/normed_gauss1d.hpp +++ b/distributions/normed_gauss1d.hpp @@ -1,3 +1,10 @@ +/** + \file normed_gauss1d.hpp + \brief normalized guassian distribution + \author Junhua Gu + */ + + #ifndef NGAUSS_MODEL_H_ #define NGAUSS_MODEL_H_ #define OPT_HEADER diff --git a/distributions/uniformed.hpp b/distributions/uniformed.hpp index ccafd01..b40d079 100644 --- a/distributions/uniformed.hpp +++ b/distributions/uniformed.hpp @@ -1,3 +1,10 @@ +/** + \file uniformed.hpp + \brief uniformed distribution + \author Junhua Gu + */ + + #ifndef UNIFORMED_MODEL_H_ #define UNIFORMED_MODEL_H_ #define OPT_HEADER -- cgit v1.2.2