eigen/unsupported/doc/Overview.dox

29 lines
830 B
Plaintext
Raw Normal View History

2014-07-05 22:41:58 +08:00
/// \brief Namespace containing all symbols from the %Eigen library.
2009-02-05 00:22:56 +08:00
namespace Eigen {
/** \mainpage %Eigen's unsupported modules
2009-02-05 00:22:56 +08:00
This is the API documentation for %Eigen's unsupported modules.
2009-02-05 00:22:56 +08:00
These modules are contributions from various users. They are provided "as is", without any support.
Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
Don't miss the <a href="../index.html">official Eigen documentation</a>.
2009-02-05 00:22:56 +08:00
*/
/*
\defgroup Unsupported_modules Unsupported modules
The unsupported modules are contributions from various users. They are
provided "as is", without any support. Nevertheless, some of them are
subject to be included in %Eigen in the future.
2009-02-05 00:22:56 +08:00
*/
2014-07-06 13:45:54 +08:00
/// \internal \brief Namespace containing low-level routines from the %Eigen library.
2014-07-05 22:41:58 +08:00
namespace internal {}
2009-02-05 00:22:56 +08:00
}