// $Id$ /// /// @namespace theplu /// All our C++ projects should ideally be defined within theplu namespace. /// /// @brief /// /// @namespace theplu::gslapi /// All GSL wrapper functionality is to be defined within gslapi /// namespace. /// /// There are a number of support operators and functions for the /// wrapper classes that do not belong to the classes themselves, but /// still are defined in this namespace. /// /// @brief GSL wrapper /// /// @namespace theplu::utility /// /// @brief Miscellaneous /// /// /// @namespace theplu::utility::alignment /// All alignment algorithm should go into the aligment namespace /// /// @brief Container for alignment algorithms /// /// /// @namespace theplu::svm /// All classes associated to the usage of the /// SVM class should be defined within this namespace /// /// @brief SVM related classes /// /// /// @namespace theplu::statistics All classes and functions related to /// statistical methods or functions should be defined within this /// namespace. /// /// @brief Statistical methods and functions