source: tags/0.4/doc/namespaces.doxygen @ 1651

Last change on this file since 1651 was 1275, checked in by Jari Häkkinen, 15 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 1275 2008-04-11 06:10:12Z jari $
2
3/*
4  Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér
5  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
6
7  This file is part of the yat library, http://trac.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 2 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 this program; if not, write to the Free Software
21  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22  02111-1307, USA.
23*/
24
25///
26/// @namespace theplu
27///
28/// All C++ projects at the Department of Theoretical Physics should
29/// ideally be defined within a common namespace. We use theplu for
30/// this common namespace.
31///
32/// @brief The Department of Theoretical Physics namespace as we
33/// define it.
34///
35
36///
37/// @namespace theplu::yat
38///
39/// All classes and functions are for the yat project is placed in sub
40/// namespaces of the yat namespace.
41///
42/// @brief yat project namespace.
43///
44
45///
46/// @namespace theplu::yat::random
47///
48/// The yat random number related functionality is placed with the
49/// random namespace.
50///
51/// @brief Random number distributions.
52///
53
54///
55/// @namespace theplu::yat::utility
56///
57/// Needed yat functionality that we don't know where to put usually
58/// ends up in the utility namespace until we figure out their proper
59/// namespace location.
60///
61/// @brief Miscellaneous functionality.
62///
63
64///
65/// @namespace theplu::yat::classifier
66///
67/// All classes associated with usage of classifiers are defined
68/// within this namespace.
69///
70/// @brief Classifier related classes.
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 <a
78/// href="Statistics/index.html">Weighted Statistics document</a><br>.
79///
80/// @brief Statistical methods, classes, and functions.
81///
82
83///
84/// @namespace theplu::yat::regression
85///
86/// @brief Statistical modeling of data.
87///
88
Note: See TracBrowser for help on using the repository browser.