Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | merge EulerAngles module | Gael Guennebaud | 2016-08-30 |
|\ | |||
* | | bug #1167: simplify installation of header files using cmake's ↵ | Gael Guennebaud | 2016-08-29 |
| | | | | | | | | install(DIRECTORY ...) command. | ||
* | | bug #1232: refactor special functions as a new SpecialFunctions module, ↵ | Gael Guennebaud | 2016-07-08 |
| | | | | | | | | currently in unsupported/. | ||
| * | More docs, and minor code fixes | Tal Hadad | 2016-06-12 |
|/ | |||
* | ArpackSupport was missing here also. | Abhijit Kundu | 2015-10-16 |
| | |||
* | Added CMake support for Tensor module. CMake now installs CXX11 Tensor ↵ | Abhijit Kundu | 2015-02-26 |
| | | | | module like the rest of the unsupported modules | ||
* | Move work in progress Levenberg Marquardt module in unsupported | Gael Guennebaud | 2012-12-08 |
| | |||
* | Integrated spline class and simple spline fitting | Hauke Heibel | 2011-11-25 |
| | |||
* | move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵ | Gael Guennebaud | 2011-11-12 |
| | | | | stable yet" warning | ||
* | add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas ↵ | Gael Guennebaud | 2011-06-22 |
| | | | | Platen materials. | ||
* | fix intallation of unsupported modules | Gael Guennebaud | 2011-02-16 |
| | |||
* | remove the Taucs backend : Taucs is not maintained anymore and the backend ↵ | Gael Guennebaud | 2010-10-06 |
| | | | | was crap anyway | ||
* | MPRealSupport was missing | Gael Guennebaud | 2010-07-15 |
| | |||
* | Add all unsupported modules and fix header file paths | Jens Mueller | 2010-07-06 |
| | |||
* | Creation of the Polynomials module with the following features: | Manuel Yguel | 2010-03-25 |
| | | | | | | | | * convenient functions: - Horner and stabilized Horner evaluation - polynomial coefficients from a set of given roots - Cauchy bounds * a QR based polynomial solver | ||
* | new unsupported module by Jitse Niesen: matrix exponential | Benoit Jacob | 2009-05-05 |
| | |||
* | add an AlignedVector3 module suitable for vectorization of 3D vectors | Gael Guennebaud | 2009-05-03 |
| | |||
* | finally commit Rohit's work as the start of a new (currently | Benoit Jacob | 2009-04-14 |
| | | | | | | unsupported) module, MoreVectorization. CCMAIL:rpg.314@gmail.com | ||
* | Add BVH module in unsupported (patch from Ilya Baran) | Gael Guennebaud | 2009-03-18 |
| | | | | (I thought I committed it a week ago but it seems the command failed) | ||
* | Add COMPONENT Devel | Laurent Montel | 2009-02-23 |
| | |||
* | added an experimental IterativeSolvers module (currently in unsupported) | Gael Guennebaud | 2009-02-10 |
| | | | | | with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step. | ||
* | setup the unsupported directory structure. | Gael Guennebaud | 2009-02-04 |
The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit. |