aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* 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
* disable BVH test on Clang++. Looks like there's a good reason why BVH is unsu...Gravatar Benoit Jacob2011-02-27
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* link to blas/lapack only when needed, and use the static versions to hopefull...Gravatar Gael Guennebaud2011-02-21
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
* back to brute force linking to sparse libraries (fix cmake when these libs ar...Gravatar Gael Guennebaud2011-02-18
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
* fix fftw testGravatar Thomas Capricelli2011-01-27
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
* Decrease the degree of the polynomials being tested to reduce time spent duri...Gravatar Manuel Yguel2011-01-05