blob: 45464a5458f37c1e2063ef84d478c41277e95e04 [file] [log] [blame]
Austin Schuh189376f2018-12-20 22:11:15 +11001/// \brief Namespace containing all symbols from the %Eigen library.
Brian Silverman72890c22015-09-19 14:37:37 -04002namespace Eigen {
3
Austin Schuh189376f2018-12-20 22:11:15 +11004/** \mainpage %Eigen's unsupported modules
Brian Silverman72890c22015-09-19 14:37:37 -04005
Austin Schuh189376f2018-12-20 22:11:15 +11006This is the API documentation for %Eigen's unsupported modules.
Brian Silverman72890c22015-09-19 14:37:37 -04007
8These modules are contributions from various users. They are provided "as is", without any support.
9
10Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
11
Austin Schuh189376f2018-12-20 22:11:15 +110012Don't miss the <a href="../index.html">official Eigen documentation</a>.
Brian Silverman72890c22015-09-19 14:37:37 -040013
14*/
15
16/*
17
18\defgroup Unsupported_modules Unsupported modules
19
20The unsupported modules are contributions from various users. They are
21provided "as is", without any support. Nevertheless, some of them are
Austin Schuh189376f2018-12-20 22:11:15 +110022subject to be included in %Eigen in the future.
Brian Silverman72890c22015-09-19 14:37:37 -040023
24*/
25
Austin Schuh189376f2018-12-20 22:11:15 +110026/// \internal \brief Namespace containing low-level routines from the %Eigen library.
27namespace internal {}
Brian Silverman72890c22015-09-19 14:37:37 -040028}