aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
| * fix possible segfaultGravatar Thomas Capricelli2010-01-26
| * remove spacesGravatar Thomas Capricelli2010-01-26
| * get rid of ei_qform + lot of other cleaning, now that we do not depend onGravatar Thomas Capricelli2010-01-26
| * some more eigenizationGravatar Thomas Capricelli2010-01-26
| * cleaningGravatar Thomas Capricelli2010-01-26
| * use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
| * cleaningGravatar Thomas Capricelli2010-01-26
| * some more (thoroughly checked) eigenizationGravatar Thomas Capricelli2010-01-26
| * Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
| * fix a bug introduced between the cminpack version of Manolis Lourakis andGravatar Thomas Capricelli2010-01-26
| * Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
| * define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
| * Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
| * useful cleaningGravatar Thomas Capricelli2010-01-25
| * useless cleaningGravatar Thomas Capricelli2010-01-25
| * Use matrices with clustered eigenvalues in matrix function test.Gravatar Jitse Niesen2010-01-24
|/
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* Fixed compilation of MatrixFunctions module.Gravatar Hauke Heibel2010-01-20
* mergeGravatar Mark Borgerding2010-01-18
|\
* | removed Eigen::Complex class since it offered insufficient advantage over std...Gravatar Mark Borgerding2010-01-18
| * erm.. forgot to test after previous commit. Now it's ok (tm).Gravatar Thomas Capricelli2010-01-19
|/
* introduce new state, "Not started"Gravatar Thomas Capricelli2010-01-13
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* triangularView<UpperTriangular> --> triangularView<Upper>Gravatar Jitse Niesen2010-01-08
* a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* mergeGravatar Benoit Jacob2010-01-04
|\
* | Big renaming:Gravatar Benoit Jacob2010-01-04
| * accessor for the levenberg-marquardt parameterGravatar Thomas Capricelli2010-01-05
| * Further refactoring of MatrixFunction<MatrixType, 1>Gravatar Jitse Niesen2010-01-04
|/
* unimportant small fixGravatar Thomas Capricelli2010-01-04
* fix compilation in some casesGravatar Thomas Capricelli2010-01-04
* Refactoring of MatrixFunction: Simplify handling of fixed-size case.Gravatar Jitse Niesen2009-12-30
* Rename test per naming convention.Gravatar Jitse Niesen2009-12-28
* Refactor MatrixFunction class: Split new class MatrixFunctionAtomic off.Gravatar Jitse Niesen2009-12-27
* Simplify and document Sylvester equation solver in MatrixFunction.Gravatar Jitse Niesen2009-12-27
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
* Add test for issue #75 (Hessenberg of 1x1 matrix).Gravatar Jitse Niesen2009-12-16
* Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c...Gravatar Jitse Niesen2009-12-13
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* Fixed the bad fix - now the unsupported examples and snippets work on windows.Gravatar Hauke Heibel2009-12-11
* Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
* fix compilation (for some reason the pb happens only under windows)Gravatar Thomas Capricelli2009-12-11
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
* mergeGravatar Gael Guennebaud2009-12-04
|\
| * Fixed compilation warnings in MSVC with Scalar==floatGravatar Marton Danoczy2009-12-03
| * Fix compilation for MSVC.Gravatar bjornpiltz2009-12-03
| * explicitly cast to use the acos(long double)Gravatar Mark Borgerding2009-12-02
| * removed troublesome M_PI and M_PIl constantsGravatar Mark Borgerding2009-12-02
|/
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02