aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds a...Gravatar Christoph Hertzberg2013-03-17
* Relax tolerances in matrix_power tests to avoid intermittent failures.Gravatar Jitse Niesen2013-03-09
* Update to latest mpreal.Gravatar Gael Guennebaud2013-03-01
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace 'Eigen...Gravatar Gael Guennebaud2013-02-28
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ...Gravatar Desire NUENTSA2013-02-20
* Fix the following warning: "comparison between signed and unsigned integer ex...Gravatar Gael Guennebaud2013-02-15
* Relax a bit the precision in mpreal unit test.Gravatar Gael Guennebaud2013-01-23
* Workaround "error: floating-point literal cannot appear in a constant-express...Gravatar Gael Guennebaud2013-01-23
* Add test for real MatrixPowerTriangular.Gravatar Chen-Pang He2012-09-30
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Fixed mpreal for IA64 architecturesGravatar Pavel Holoborodko2012-12-04
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fixed gcc warnings, John Westwood name and round_style functionGravatar Pavel Holoborodko2012-10-19
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
* the repeated solves are already present in check_sparse_solving()Gravatar Desire NUENTSA2012-10-09
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
| * spd test instead of square test. Still missing complex version of MINRES.Gravatar giacomo po2012-10-01
* | MergeGravatar Jitse Niesen2012-09-29
|\ \
* | | Make testExponentLaws in matrix_power quiet. It was too noisy.Gravatar Chen-Pang He2012-09-29
| | * compiling (but failing) unit testGravatar giacomo po2012-09-27
* | | Fix doc and tidy upGravatar Chen-Pang He2012-09-28
| * | Fix Build error on MSVCGravatar Desire NUENTSA2012-09-27
| | * moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24
| |/
* | Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
* | Enable saving intermidiate (Schur decomposition) but disable unstable special...Gravatar Chen-Pang He2012-09-21
|/
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* 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
* 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