diff options
Diffstat (limited to 'eigen/unsupported/doc/Overview.dox')
-rw-r--r-- | eigen/unsupported/doc/Overview.dox | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/eigen/unsupported/doc/Overview.dox b/eigen/unsupported/doc/Overview.dox new file mode 100644 index 0000000..d048377 --- /dev/null +++ b/eigen/unsupported/doc/Overview.dox @@ -0,0 +1,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. + +*/ + +} |