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 {
|
|
|
|
|
2014-07-05 23:01:27 +08:00
|
|
|
/** \mainpage %Eigen's unsupported modules
|
2009-02-05 00:22:56 +08:00
|
|
|
|
2014-07-05 23:01:27 +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.
|
|
|
|
|
2011-09-07 11:19:12 +08:00
|
|
|
Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
|
|
|
|
|
2014-07-05 23:01:27 +08:00
|
|
|
Don't miss the <a href="../index.html">official Eigen documentation</a>.
|
2009-02-05 00:22:56 +08:00
|
|
|
|
2013-01-11 17:41:26 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
2011-09-07 11:19:12 +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
|
2014-07-05 23:01:27 +08:00
|
|
|
subject to be included in %Eigen in the future.
|
2011-09-07 11:19:12 +08:00
|
|
|
|
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
|
|
|
}
|