blob: bae51dcf60902481907462b67de98786efe3b5cc [file] [log] [blame]
Googler45874d82019-08-21 12:06:47 -07001/// \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
Rasmus Munk Larsen32c1f1f2019-12-06 11:42:25 -080014 \subpage SYCL_EIGEN "SYCL backend for Eigen"
15
Googler45874d82019-08-21 12:06:47 -070016*/
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
24subject to be included in %Eigen in the future.
25
26*/
27
28/// \internal \brief Namespace containing low-level routines from the %Eigen library.
29namespace internal {}
30}
Rasmus Munk Larsen32c1f1f2019-12-06 11:42:25 -080031