aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-11-12
* Fixed a few more typosGravatar Benoit Steiner2015-11-12
* Fixed typosGravatar Benoit Steiner2015-11-12
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Started to make the IndexList code compile by more compilersGravatar Benoit Steiner2015-11-12
* Fixed compilation error with xcode.Gravatar Benoit Steiner2015-11-12
* Made it possible to run some of the CXXMeta functions on a CUDA device.Gravatar Benoit Steiner2015-11-12
* Moved the array code into it's own file.Gravatar Benoit Steiner2015-11-12
* gen_numeric_list takes a size_t, not a intGravatar Benoit Steiner2015-11-12
* Don't use std::array when compiling with nvcc since nvidia doesn't support th...Gravatar Benoit Steiner2015-11-11
* Fixed a compilation warningGravatar Benoit Steiner2015-11-11
* Make it possible for a vectorized tensor expression to be executed in a CUDA ...Gravatar Benoit Steiner2015-11-11
* Disable SFINAE when compiling with nvccGravatar Benoit Steiner2015-11-11
* Fixed CUDA compilation errorsGravatar Benoit Steiner2015-11-11
* Use Eigen::NumTraits instead of std::numeric_limitsGravatar Benoit Steiner2015-11-11
* Code cleanupGravatar Benoit Steiner2015-11-06
* Silenced a compilation warningGravatar Benoit Steiner2015-11-06
* Added static assertions to avoid misuses of padding, broadcasting and concate...Gravatar Benoit Steiner2015-11-06
* Fixed typosGravatar Benoit Steiner2015-11-06
* Added more missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-05
|\
* | Misc fixes to full reductionsGravatar Benoit Steiner2015-11-05
* | Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0Gravatar Benoit Steiner2015-11-05
| * bug #1063: nest AutoDiffScalar by value to avoid dead referencesGravatar Gael Guennebaud2015-11-05
* | Updated the reduction code so that full reductions now return a tensor of ran...Gravatar Benoit Steiner2015-11-04
|/
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
* | Added support for fixed sized tensors of rank 0Gravatar Benoit Steiner2015-10-29
* | Extended the reduction code so that reducing an empty set returns the neural ...Gravatar Benoit Steiner2015-10-29
* | Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
| * Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
| * Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
| * Silenced compiler warningGravatar Benoit Steiner2015-10-29
| * Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* | Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
|/
* Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar 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