aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CMakeLists.txt
Commit message (Collapse)AuthorAge
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
* | bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | | | | | install(DIRECTORY ...) command.
* | bug #1232: refactor special functions as a new SpecialFunctions module, ↵Gravatar Gael Guennebaud2016-07-08
| | | | | | | | currently in unsupported/.
| * More docs, and minor code fixesGravatar Tal Hadad2016-06-12
|/
* ArpackSupport was missing here also.Gravatar Abhijit Kundu2015-10-16
|
* Added CMake support for Tensor module. CMake now installs CXX11 Tensor ↵Gravatar Abhijit Kundu2015-02-26
| | | | module like the rest of the unsupported modules
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
|
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
| | | | stable yet" warning
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas ↵Gravatar Gael Guennebaud2011-06-22
| | | | Platen materials.
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
|
* remove the Taucs backend : Taucs is not maintained anymore and the backend ↵Gravatar Gael Guennebaud2010-10-06
| | | | was crap anyway
* MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
|
* Add all unsupported modules and fix header file pathsGravatar Jens Mueller2010-07-06
|
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-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 exponentialGravatar Benoit Jacob2009-05-05
|
* add an AlignedVector3 module suitable for vectorization of 3D vectorsGravatar Gael Guennebaud2009-05-03
|
* finally commit Rohit's work as the start of a new (currentlyGravatar Benoit Jacob2009-04-14
| | | | | | unsupported) module, MoreVectorization. CCMAIL:rpg.314@gmail.com
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
| | | | (I thought I committed it a week ago but it seems the command failed)
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
|
* added an experimental IterativeSolvers module (currently in unsupported)Gravatar Gael Guennebaud2009-02-10
| | | | | with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step.
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-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.