aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* clean old KDE mention and relatedGravatar Gael Guennebaud2012-07-14
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* MPreal: extended unit test, remove useless internal overloads, add support fo...Gravatar Gael Guennebaud2012-06-21
* patch mpfr c++ copy to fix warnings and min/max issuesGravatar Gael Guennebaud2012-06-21
* update internal mpfr C++ copyGravatar Gael Guennebaud2012-06-21
* update adolc support wrt "new" NumTraits mechanismGravatar Gael Guennebaud2012-06-18
* Fix kdBVH unit testGravatar Gael Guennebaud2012-06-04
* Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
* remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
* Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
* improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
* remove dead codeGravatar Gael Guennebaud2011-12-08
* suppress deprecated warning when compiling legacy testsGravatar Gael Guennebaud2011-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 stab...Gravatar Gael Guennebaud2011-11-12
* fix a couple of warnings in the unit testsGravatar Gael Guennebaud2011-11-05
* fix compilationGravatar Gael Guennebaud2011-11-05
* fix fftw cmake stuffGravatar Gael Guennebaud2011-11-03
* mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* add a basic ILU preconditionerGravatar Gael Guennebaud2011-10-11
* add proper bicgstab unit testGravatar Gael Guennebaud2011-10-11
* refactor sparse solving unit testsGravatar Gael Guennebaud2011-10-11
* add a generic unit test for sparse SPD problemsGravatar Gael Guennebaud2011-10-09
* fix superLU when the salver is called multiple timesGravatar Gael Guennebaud2011-09-27
* clean sparse LU testsGravatar Gael Guennebaud2011-09-24
* fix some compilation issuesGravatar Gael Guennebaud2011-09-23
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Plate...Gravatar Gael Guennebaud2011-06-22
* Implement matrix logarithm + test + docs.Gravatar 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
* Implement and document MatrixBase::sqrt().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
* Add directory containing split_test_helper.h to include path.Gravatar Jitse Niesen2011-03-29
* fix compilation for old but not so old versions of glewGravatar Gael Guennebaud2011-03-18
* fix bug #204: limit integer values to numbers which are representable using f...Gravatar Gael Guennebaud2011-03-02
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27