eigen/unsupported
2009-02-04 15:44:59 +00:00
..
doc setup the unsupported directory structure. 2009-02-04 15:37:00 +00:00
Eigen setup the unsupported directory structure. 2009-02-04 15:37:00 +00:00
test setup the unsupported directory structure. 2009-02-04 15:37:00 +00:00
CMakeLists.txt setup the unsupported directory structure. 2009-02-04 15:37:00 +00:00
README.txt extend unsupported/README.txt file 2009-02-04 15:44:59 +00:00

This directory contains several contributions from various users. They are
provided "as is", without any support. Nevertheless, they are subject to be
included in Eigen in the future.
If you are interested in contributing to one of them, or have other stuff
you would like to share, feel free to contact us:
http://eigen.tuxfamily.org/index.php?title=Main_Page#Mailing_list

This diectory is organized as follow:

unsupported/Eigen/ModuleHeader1
unsupported/Eigen/ModuleHeader2
unsupported/Eigen/...
unsupported/Eigen/src/Module1/SourceFile1.h
unsupported/Eigen/src/Module1/SourceFile2.h
unsupported/Eigen/src/Module1/...
unsupported/Eigen/src/Module2/SourceFile1.h
unsupported/Eigen/src/Module2/SourceFile2.h
unsupported/Eigen/src/Module2/...
unsupported/Eigen/src/...
unsupported/doc/snippets/.cpp   <- code snippets for the doc
unsupported/doc/examples/.cpp   <- examples for the doc
unsupported/doc/TutorialModule1.dox
unsupported/doc/TutorialModule2.dox
unsupported/doc/...
unsupported/test/.cpp           <- unit test files

The documentation is generated at the same time than the main Eigen documentation.
The .html files are generate in:
build_dir/doc/html/unsupported/