source: trunk/doc/namespaces.doxygen @ 367

Last change on this file since 367 was 367, checked in by Peter, 18 years ago

added docs for random

File size: 1.0 KB
Line 
1// $Id$
2
3///
4/// @namespace theplu
5/// All our C++ projects should ideally be defined within theplu namespace.
6///
7/// @brief
8
9///
10/// @namespace theplu::gslapi
11/// There are a number of support operators and functions for the
12/// wrapper classes that do not belong to the classes themselves, but
13/// still are defined in this namespace.
14///
15/// @brief GSL wrapper
16
17///
18/// @namespace theplu::random
19///
20/// @brief Random number distributions
21
22///
23/// @namespace theplu::utility
24///
25/// @brief Miscellaneous
26///
27
28///
29/// @namespace theplu::utility::alignment
30/// All alignment algorithm should go into the aligment namespace
31///
32/// @brief Container for alignment algorithms
33///
34
35///
36/// @namespace theplu::svm
37/// All classes associated to the usage of the
38/// SVM class should be defined within this namespace
39///
40/// @brief SVM related classes
41///
42
43///
44/// @namespace theplu::statistics All classes and functions related to
45/// statistical methods or functions should be defined within this
46/// namespace.
47///
48/// @brief Statistical methods and functions
49
50
Note: See TracBrowser for help on using the repository browser.