source: trunk/doc/namespaces.doxygen @ 1797

Last change on this file since 1797 was 1797, checked in by Peter, 14 years ago

updating copyright statements

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1// $Id: namespaces.doxygen 1797 2009-02-12 18:07:10Z peter $
2
3/*
4  Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér
5  Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
6
7  This file is part of the yat library, http://dev.thep.lu.se/yat
8
9  The yat library is free software; you can redistribute it and/or
10  modify it under the terms of the GNU General Public License as
11  published by the Free Software Foundation; either version 3 of the
12  License, or (at your option) any later version.
13
14  The yat library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  General Public License for more details.
18
19  You should have received a copy of the GNU General Public License
20  along with yat. If not, see <http://www.gnu.org/licenses/>.
21*/
22
23///
24/// @namespace theplu
25///
26/// All C++ projects at the Department of Theoretical Physics should
27/// ideally be defined within a common namespace. We use theplu for
28/// this common namespace.
29///
30/// @brief The Department of Theoretical Physics namespace as we
31/// define it.
32///
33
34///
35/// @namespace theplu::yat
36///
37/// All classes and functions are for the yat project is placed in sub
38/// namespaces of the yat namespace.
39///
40/// @brief yat project namespace.
41///
42
43///
44/// @namespace theplu::yat::random
45///
46/// The yat random number related functionality is placed with the
47/// random namespace.
48///
49/// @brief Random number distributions.
50///
51
52///
53/// @namespace theplu::yat::classifier
54///
55/// All classes associated with usage of classifiers are defined
56/// within this namespace.
57///
58/// @brief Classifier related classes.
59///
60
61///
62/// @namespace theplu::yat::normalizer
63///
64/// @brief Normalization of data
65///
66
67///
68/// @namespace theplu::yat::regression
69///
70/// @brief Statistical modeling of data.
71///
72
73///
74/// @namespace theplu::yat::statistics
75///
76/// All classes and functions related to statistical methods or
77/// functions are defined within this namespace. See
78/// \ref weighted_statistics<br>.
79///
80/// @brief Statistical methods, classes, and functions.
81///
82
83///
84/// @namespace theplu::yat::utility
85///
86/// Needed yat functionality that we don't know where to put usually
87/// ends up in the utility namespace until we figure out their proper
88/// namespace location.
89///
90/// @brief Miscellaneous functionality.
91///
92
93
Note: See TracBrowser for help on using the repository browser.