aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
| | | | stable yet" warning
* 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
| | | | Works here with gcc. Hopefully this will work for MSVC too.
* 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 ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* 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 ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
|
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas ↵Gravatar Gael Guennebaud2011-06-22
| | | | Platen materials.
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
| | | | Currently, test matrix_function_1 fails due to bug #288.
* 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 ↵Gravatar Gael Guennebaud2011-06-06
| | | | decompositions
* 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
| | | | | I hope to implement the real case soon, but it's a bit more complicated due to the 2-by-2 blocks in the real Schur decomposition.
* 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 ↵Gravatar Gael Guennebaud2011-03-02
| | | | float
* 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 ↵Gravatar Benoit Jacob2011-02-27
| | | | unsupported. It seems to have a very weird usage pattern, relying on an externally defined bounding_box function in a naive way.
* 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 ↵Gravatar Gael Guennebaud2011-02-21
| | | | hopefully workaround weird linking issues to gfortranbegin (see jitse dashboard)
* 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 ↵Gravatar Gael Guennebaud2011-02-18
| | | | are not found)
* 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 ↵Gravatar Manuel Yguel2011-01-05
| | | | during the tests.