aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* Ensure that (potentially aligned) stack objects are passed by reference.Gravatar Hauke Heibel2013-08-02
* MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
* Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\
* | Add bdcsvd unit test in CMakeListsGravatar Gael Guennebaud2013-07-15
| * Eliminate unnecessary copying for sparse Kronecker product.Gravatar Chen-Pang He2013-07-15
| * generateTestMatrix can use processTriangularMatrixGravatar Chen-Pang He2013-07-15
| * Test singular matrix power with square roots. Exponent laws are too unstable.Gravatar Chen-Pang He2013-07-15
| * Fix typo in testSingular.Gravatar Chen-Pang He2013-07-14
| * Add test3dRotation.Gravatar Chen-Pang He2013-07-14
| * The only(?) way to test complex matrix power.Gravatar Chen-Pang He2013-07-10
| * Test power of singular matrices.Gravatar Chen-Pang He2013-07-10
| * These casts are unnecessary because isApprox already casts them.Gravatar Chen-Pang He2013-07-10
| * Remove unused struct definition in test.Gravatar Chen-Pang He2013-07-10
|/
* Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
* Fix segfault and bug with equal eivals in matrix power (bug #614).Gravatar Chen-Pang He2013-06-24
* Fix a couple of warningsGravatar Gael Guennebaud2013-06-21
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
* new unsupported and not finished SVD, using a divide and conquert algorithm, ...Gravatar Gauthier Brun2013-06-19
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Add complex support to dgmres and the unit testGravatar Desire NUENTSA2013-03-20
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* 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