aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Enable mpreal unit test for C++11 compiler onlyGravatar Gael Guennebaud2015-10-27
* Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-10-26
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* Merged in infinitei/eigen (pull request PR-140)Gravatar Gael Guennebaud2015-10-26
|\
| * ArpackSupport was missing here also.Gravatar Abhijit Kundu2015-10-16
| * Added ArpackSupport to cmake install targetGravatar Abhijit Kundu2015-10-16
* | Fixed compilation warningGravatar Benoit Steiner2015-10-23
* | Added support for arrays of size 0Gravatar Benoit Steiner2015-10-23
* | Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
* | Reworked the tensor contraction mapper code to make it compile on AndroidGravatar Benoit Steiner2015-10-23
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-10-23
|\ \
* | | Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile gpu...Gravatar Benoit Steiner2015-10-23
| * | disable usage of INTMAX_TGravatar Gael Guennebaud2015-10-23
| * | remove useless cstdint headerGravatar Gael Guennebaud2015-10-23
|/ /
* | Added missing glue logicGravatar Benoit Steiner2015-10-22
* | Added mapping between a specific device and the corresponding packet typeGravatar Benoit Steiner2015-10-22
* | Added tests for the fft codeGravatar Benoit Steiner2015-10-22
* | Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22
* | Fixed incorrect expected valueGravatar Benoit Steiner2015-10-22
* | Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
* | Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
* | Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
* | Removed bogus assertionGravatar Benoit Steiner2015-10-20
* | Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
* | Fixed a bug in the tensor conversion opGravatar Benoit Steiner2015-10-20
|/
* Updated the custom indexing code: we can now use any container that provides ...Gravatar Benoit Steiner2015-10-15
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* name changes 2Gravatar Gabriel Nützi2015-10-09
* name changesGravatar Gabriel Nützi2015-10-09
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Fix macro issuesGravatar Gael Guennebaud2015-10-13
* update mpreal.hGravatar Gael Guennebaud2015-10-13
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Improve doc of IncompleteCholeskyGravatar Gael Guennebaud2015-10-08
* Fix return by value versus ref typo in IncompleteCholeskyGravatar Gael Guennebaud2015-10-07
* bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce...Gravatar Gael Guennebaud2015-10-06
* bug #1070: propagate last three Matrix template arguments for NumTraits<AutoD...Gravatar Gael Guennebaud2015-09-28
* Cleaned up a testGravatar Benoit Steiner2015-09-18
* Fixed compilation warningGravatar Benoit Steiner2015-09-17
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
* Use inline versus static free functions.Gravatar Gael Guennebaud2015-09-03
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Fix AlignedVector3 wrt previous changeGravatar Gael Guennebaud2015-09-02
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31