aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* EigenSolver is now in the Eigenvalues modules, not QR !Gravatar Gael Guennebaud2011-01-27
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
* fix many missing const in return typesGravatar Gael Guennebaud2011-01-27
* allow the possibility to automatically call or not the ctors on a per scalar ...Gravatar Gael Guennebaud2011-01-26
* Fix bug #38Gravatar Romain Bossart2011-01-07
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix warningGravatar Gael Guennebaud2010-12-13
* Specify root namespace for fftw_plan from FFTW3 library.Gravatar Jitse Niesen2010-12-12
* clean a bit AMD and SimplicialCholesky and add support for partly stored self...Gravatar Gael Guennebaud2010-11-18
* add a minimum degree ordering routine based on CSparse (LGPL) and a new built...Gravatar Gael Guennebaud2010-11-04
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
* MergeGravatar Hauke Heibel2010-10-26
|\
| * rm the useless SparseSolverBase class and provide more compile time traitsGravatar Gael Guennebaud2010-10-26
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
|/
* fix compilation (bad internal:: stuff)Gravatar Gael Guennebaud2010-10-26
* fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26
* fix bug #94: add #include src/misc/Solve.h in SparseExtraGravatar Gael Guennebaud2010-10-26
* add new API for Cholmod preserving the legacy one for nowGravatar Gael Guennebaud2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* adapt mpreal to eigen3 mathfunctions systemGravatar Benoit Jacob2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* add support for uniform of doubleGravatar Gael Guennebaud2010-10-12
* add support for uniformsGravatar Gael Guennebaud2010-10-12
* remove the Taucs backend : Taucs is not maintained anymore and the backend wa...Gravatar Gael Guennebaud2010-10-06
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
* extend OpenGL support module with true unit tests and support for Transform, ...Gravatar Gael Guennebaud2010-10-06
* remove superfluous #ifdefGravatar Gael Guennebaud2010-09-15
* add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Add all unsupported modules and fix header file pathsGravatar Jens Mueller2010-07-06
* fix unsupported module docGravatar Gael Guennebaud2010-06-30
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* add missing filesGravatar Gael Guennebaud2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Ups, fixed a little ugly bug.Gravatar Hauke Heibel2010-06-15
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Fixed warnings regarding missing assignment operator.Gravatar Hauke Heibel2010-06-11