aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Adding missing OPENGL_LIBRARIES for openglsupport test. Also adding OpenGL in...Gravatar Abhijit Kundu2014-12-04
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* Let KroneckerProduct exploits the recently introduced generic InnerIterator c...Gravatar Gael Guennebaud2014-09-29
* Fixed warning on implicit integer conversion in test case code by using type ...Gravatar Georg Drenkhahn2014-09-20
* Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in...Gravatar Gael Guennebaud2014-09-19
* Fix inner-stride of AlignedVector3Gravatar Gael Guennebaud2014-09-18
* Update KroneckerProduct wrt evaluator changesGravatar Gael Guennebaud2014-09-18
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
* | Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
* | | Disable a few unit tests in unsupportedGravatar Gael Guennebaud2014-09-01
| | * Update reference value for testNistLanczos1 testGravatar Gael Guennebaud2014-09-02
| | * relax some LM unit testsGravatar Gael Guennebaud2014-09-02
| |/
| * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
|/
* Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
* mergeGravatar Gael Guennebaud2014-07-17
|\
* | bug #842: update mpreal copy (fix compilation with clang)Gravatar Gael Guennebaud2014-07-17
| * Remove unnecessary <bench/BenchTimer.h>includeGravatar Christoph Hertzberg2014-07-17
|/
* bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
* Fixed index that would cause crash with two point, two derivative interpolati...Gravatar Jeff2014-07-10
* IndexArray is now a typename.Gravatar Jeff2014-06-25
* Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
* Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
* Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
* unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
* unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
* unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
* PolynomialSolver: test template constructor in test suite.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add a test to reveal a bug.Gravatar Benjamin Chrétien2014-05-19
* Make some actual verifications inside the autodiff unit testGravatar Christoph Hertzberg2014-04-01
* MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
* Fix FFTW unit test with clangGravatar Gael Guennebaud2014-02-17
* optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14
* Remove unused typedef in polynomialsolver test.Gravatar Jitse Niesen2014-02-08
* fix typo in evalSolverSugarFunction()Gravatar Naumov Maks2014-02-08
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Fix parenthesis min/max issue in mprealGravatar Gael Guennebaud2013-10-29
* Updated mpfr::mpreal. Move semantic support, RVO, other new featuresGravatar Pavel Holoborodko2013-08-26
* 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