aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Added a few tests to validate the behavior of the assignment operator.Gravatar Benoit Steiner2014-07-22
* Added tests for tensor slicingGravatar Benoit Steiner2014-07-10
* Created additional unit tests for the tensor code and improved existing ones.Gravatar Benoit Steiner2014-06-13
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\
* | Fixed the threadpool testGravatar Benoit Steiner2014-06-09
* | Fixed a typoGravatar Benoit Steiner2014-06-06
* | Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06
* | Created additional tests for the tensor code.Gravatar Benoit Steiner2014-06-05
| * 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
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
| * 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
* | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* 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
* 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