Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 1 | /// \brief Namespace containing all symbols from the %Eigen library. |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 2 | namespace Eigen { |
| 3 | |
Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 4 | /** \mainpage %Eigen's unsupported modules |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 5 | |
Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 6 | This is the API documentation for %Eigen's unsupported modules. |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 7 | |
| 8 | These modules are contributions from various users. They are provided "as is", without any support. |
| 9 | |
| 10 | Click on the \e Modules tab at the top of this page to get a list of all unsupported modules. |
| 11 | |
Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 12 | Don't miss the <a href="../index.html">official Eigen documentation</a>. |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 13 | |
| 14 | */ |
| 15 | |
| 16 | /* |
| 17 | |
| 18 | \defgroup Unsupported_modules Unsupported modules |
| 19 | |
| 20 | The unsupported modules are contributions from various users. They are |
| 21 | provided "as is", without any support. Nevertheless, some of them are |
Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 22 | subject to be included in %Eigen in the future. |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 23 | |
| 24 | */ |
| 25 | |
Austin Schuh | 189376f | 2018-12-20 22:11:15 +1100 | [diff] [blame^] | 26 | /// \internal \brief Namespace containing low-level routines from the %Eigen library. |
| 27 | namespace internal {} |
Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 28 | } |