aboutsummaryrefslogtreecommitdiff
path: root/unsupported/doc/Overview.dox
blob: d048377df49e221c87622976141793b447cf4260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
namespace Eigen {

/** \mainpage Eigen's unsupported modules

This is the API documentation for Eigen's unsupported modules.

These modules are contributions from various users. They are provided "as is", without any support.

Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.

Don't miss the <a href="..//index.html">official Eigen documentation</a>.

*/

/*

\defgroup Unsupported_modules Unsupported modules

The unsupported modules are contributions from various users. They are
provided "as is", without any support. Nevertheless, some of them are
subject to be included in Eigen in the future.

*/

}