1/// \brief Namespace containing all symbols from the %Eigen library. 2namespace Eigen { 3 4/** \mainpage %Eigen's unsupported modules 5 6This is the API documentation for %Eigen's unsupported modules. 7 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 12Don't miss the <a href="../index.html">official Eigen documentation</a>. 13 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 22subject to be included in %Eigen in the future. 23 24*/ 25 26/// \internal \brief Namespace containing low-level routines from the %Eigen library. 27namespace internal {} 28} 29