aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Added ArpackSupport to cmake install targetGravatar Abhijit Kundu2015-10-16
|
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
|
* Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ↵Gravatar Gael Guennebaud2014-09-01
| | | | to Eigen/SVD, rm copy/pasted JacobiSVD.h file
* Add include LevenbergMarquardt in CMakeLists.txt.Gravatar Freddie Witherden2014-04-12
| | | | This fixes bug #768.
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25
|
* 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
|
* split the Sparse module into multiple ones, and move non stable parts to ↵Gravatar Gael Guennebaud2010-06-18
| | | | | | unsupported/ (see the ML for details)
* 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
* Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| | | | | Removed unsupported directories that do not provide CMakeList.txt (CMake 2.8 warning). The BenchTimer is now also working on Cygwin.
* mv the Skyline module to unsupported/Gravatar Gael Guennebaud2009-11-10
|
* 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 an auto-diff module in unsupported. it is similar to adolc's forwardGravatar Gael Guennebaud2009-04-01
| | | | | | mode but the advantage of using Eigen's expression template to compute the derivatives (unless you nest an AutoDiffScalar into an Eigen's matrix).
* 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)
* fix install of IterativeSolvers moduleGravatar Gael Guennebaud2009-02-18
|
* 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.