blob: bae51dcf60902481907462b67de98786efe3b5cc [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
Austin Schuhc55b0172022-02-20 17:52:35 -080014 \subpage SYCL_EIGEN "SYCL backend for Eigen"
15
Brian Silverman72890c22015-09-19 14:37:37 -040016*/
17
18/*
19
20\defgroup Unsupported_modules Unsupported modules
21
22The unsupported modules are contributions from various users. They are
23provided "as is", without any support. Nevertheless, some of them are
Austin Schuh189376f2018-12-20 22:11:15 +110024subject to be included in %Eigen in the future.
Brian Silverman72890c22015-09-19 14:37:37 -040025
26*/
27
Austin Schuh189376f2018-12-20 22:11:15 +110028/// \internal \brief Namespace containing low-level routines from the %Eigen library.
29namespace internal {}
Brian Silverman72890c22015-09-19 14:37:37 -040030}
Austin Schuhc55b0172022-02-20 17:52:35 -080031