aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added support for patch extractionGravatar Benoit Steiner2014-10-13
* Added ability to print a tensor using an iostream.Gravatar Benoit Steiner2014-10-10
* Added support for tensor chipsGravatar Benoit Steiner2014-10-10
* Fixed the tensor shuffling testGravatar Benoit Steiner2014-10-10
* Fixed the thread pool testGravatar Benoit Steiner2014-10-10
* Improved the functors defined for standard reductionsGravatar Benoit Steiner2014-10-09
* Improved contraction testGravatar Benoit Steiner2014-10-03
* Generalized the gebp apisGravatar Benoit Steiner2014-10-02
* Fixes for the forced evaluation of tensor expressionsGravatar Benoit Steiner2014-10-02
* More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01
* Added tests for tensors of const values and tensors of stringswwq::Gravatar Benoit Steiner2014-10-01
* Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
|\
* | Misc fixes.Gravatar Benoit Steiner2014-09-05
* | Created more regression testsGravatar Benoit Steiner2014-09-04
* | Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
* | Added support for broadcastingGravatar Benoit Steiner2014-08-20
* | Added support for fast integer divisions by a constantGravatar Benoit Steiner2014-08-14
* | Fixed compilation errorsGravatar Benoit Steiner2014-08-14
* | Added a few regression testsGravatar Benoit Steiner2014-08-14
* | Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\ \
| | * 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
| |/
* | 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
| * 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
* | 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