aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
* Optimize matrix powerGravatar Chen-Pang He2012-08-26
|
* Fix a lot in MatrixPower.hGravatar Chen-Pang He2012-08-25
|
* Add test for matrix power.Gravatar Chen-Pang He2012-08-27
| | | | Use Christoph Hertzberg's suggestion to use exponent laws.
* 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 ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* 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 ↵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
|