aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Decouple MatrixFunction and MatrixFunctionAtomicGravatar Jitse Niesen2011-06-07
* Fix and test MatrixSquareRoot for 1-by-1 matrices.Gravatar Jitse Niesen2011-06-07
* Sparse: fix long int as index type in simplicial cholesky and other decomposi...Gravatar Gael Guennebaud2011-06-06
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* Autodiff: fix scalr - active_scalarGravatar Gael Guennebaud2011-05-14
* AutoDiff: add one missing operator- versionGravatar Gael Guennebaud2011-05-12
* AutoDiff: fix most of bug #234 (missing operators, used old internal math fun...Gravatar Gael Guennebaud2011-05-12
* AutoDiff: fix unary operator-Gravatar Gael Guennebaud2011-05-12
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Fix compilation error under GCC 4.5.Gravatar Jitse Niesen2011-05-09
* Implement square root for real matrices via Schur.Gravatar Jitse Niesen2011-05-08
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* port sparse LLT/LDLT to new stack allocation APIGravatar Gael Guennebaud2011-03-20
* now fixing "unsupported" "legacy" code...Gravatar Gael Guennebaud2011-03-01
* fix compilation with gcc 3.4Gravatar Gael Guennebaud2011-02-25
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
* fix misc warningsGravatar Thomas Capricelli2011-02-04
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
* fix crash in autodiffGravatar Gael Guennebaud2011-01-28
* fix compilation with old gccGravatar Gael Guennebaud2011-01-28
* fix many missing const in return typesGravatar Gael Guennebaud2011-01-27
* 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
|/
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* 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
* 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
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20