aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\
* | TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* | Fixes compilation errors triggered when compiling the tensor contraction code...Gravatar Benoit Steiner2014-06-09
* | Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* | Prevent the generation of unlaunchable cuda kernels when compiling in debug m...Gravatar Benoit Steiner2014-06-09
* | Fixed compilation errorGravatar Benoit Steiner2014-06-09
* | Pulled latest changes from the main branchGravatar Benoit Steiner2014-06-09
|\ \
* | | Fixed the threadpool testGravatar Benoit Steiner2014-06-09
| * | Fixed a typoGravatar Benoit Steiner2014-06-07
|/ /
* | Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
* | Fixed a typoGravatar Benoit Steiner2014-06-06
* | Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06
| * The BLAS interface is complete.Gravatar Gael Guennebaud2014-06-06
| * Fix bug #738: use the "current" version of cmake project directories to ease ...Gravatar Gael Guennebaud2014-06-06
| * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-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
| * unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
| * Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* | Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
| * Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
| * Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02
| * Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
* | Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
| * AsciiQuickReference: added .real(), .imag()Gravatar Mark Borgerding2014-05-16
| * fixed AsciiQuickReference typo: LinSpace -> LinSpacedGravatar Mark Borgerding2014-05-08
| * README.md edited online with BitbucketGravatar Christoph Hertzberg2014-05-21
| * PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
| * PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
| * PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
| * 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
| * Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
| |\
| | * Made it possible to call the assignment operator on an Eigen::Block from a CU...Gravatar Benoit Steiner2014-05-07
* | | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
| * | Disabled unused warnings in Eigen2-testsGravatar Christoph Hertzberg2014-05-06
| * | Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
| * | Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
| * | Fixed unused variable warningsGravatar Christoph Hertzberg2014-05-05
| * | Fix bug #807: Missing scalar type cast in umeyama()Gravatar Christoph Hertzberg2014-05-05
| * | Fixed bug #806: Missing scalar type cast in Quaternion::setFromTwoVectors()Gravatar Christoph Hertzberg2014-05-05
| * | Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
| * | Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
| * | Fix bug #803: avoid char* to int* conversionGravatar Gael Guennebaud2014-05-01
* | | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
| * | Add a small benchmark to compare dense solvers for small to large problems.Gravatar Gael Guennebaud2014-04-28