aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Added a resize method to MaxSizeVectorGravatar Benoit Steiner2016-09-12
* Fixed a regression testGravatar Benoit Steiner2016-09-02
* Use MaxSizeVector instead of std::vector: xcode sometimes assumes that std::v...Gravatar Benoit Steiner2016-09-02
* Fixed a typoGravatar Benoit Steiner2016-09-02
* Pulled latest update from trunkGravatar Benoit Steiner2016-09-02
|\
* | Made the index type an explicit template parameter to help some compilers com...Gravatar Benoit Steiner2016-09-02
| * Merged in rmlarsen/eigen (pull request PR-222)Gravatar Benoit Steiner2016-09-02
|/|
* | Turned the Index type used by the nullary wrapper into a template parameter.Gravatar Benoit Steiner2016-09-02
| * Fix CUDA build broken by changes to min and max reduction.Gravatar Rasmus Munk Larsen2016-09-02
* | Fix the cxx11_tensor_cuda.cu test on 32bit platforms.Gravatar Benoit Steiner2016-09-02
* | mergeGravatar Gael Guennebaud2016-09-02
|\ \
* | | Fix compilation with MSVC 2012Gravatar Gael Guennebaud2016-09-02
| |/ |/|
| * Added a test for nullary expressions on CUDAGravatar Benoit Steiner2016-09-01
| * Updated the contraction code to support constant inputs.Gravatar Benoit Steiner2016-09-01
|/
* One more msvc fix iteration, the previous one was over-simplified for visualGravatar Gael Guennebaud2016-09-01
* Adjust Tensor module wrt recent change in nullary functorGravatar Gael Guennebaud2016-09-01
* Fix compilation with CUDA 8Gravatar Gael Guennebaud2016-09-01
* Fix compilation with nvccGravatar Gael Guennebaud2016-09-01
* Fix compilation with visual studioGravatar Gael Guennebaud2016-09-01
* Merged in rmlarsen/eigen (pull request PR-221)Gravatar Benoit Steiner2016-08-31
|\
| * Fix bugs to make min- and max reducers with correctly with IEEE infinities.Gravatar Rasmus Munk Larsen2016-08-31
* | Make sure sizeof is truelly needed, thus improving SFINAE portability.Gravatar Gael Guennebaud2016-08-31
* | minor tweaks in has_* helpersGravatar Gael Guennebaud2016-08-31
|/
* Simplify CwiseNullaryOp example.Gravatar Gael Guennebaud2016-08-31
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* bug #1283: add regression unit testGravatar Gael Guennebaud2016-08-31
* bug #1283: quick fix for products involving uncommon general block access to ...Gravatar Gael Guennebaud2016-08-31
* Fix 4x4 inverse with non-linear destinationGravatar Gael Guennebaud2016-08-30
* Doc: add links and discourage user to write their own expression (better use ...Gravatar Gael Guennebaud2016-08-30
* Doc: add an exemple showing how custom expression can be advantageously imple...Gravatar Gael Guennebaud2016-08-30
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Doc: add link to exampleGravatar Gael Guennebaud2016-08-30
* Fix unit test for 1x1 matricesGravatar Gael Guennebaud2016-08-30
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
* | Fix warningGravatar Gael Guennebaud2016-08-30
* | Include missing forward declaration of SparseMatrixGravatar Gael Guennebaud2016-08-29
* | Revert part of changeset 5b3a6f51d353bb3b35f6d15f2455774b73d088e0Gravatar Gael Guennebaud2016-08-29
* | bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...Gravatar Gael Guennebaud2016-08-29
* | Add some pre-allocation unit tests (not working yet)Gravatar Gael Guennebaud2016-08-29
* | Fix compilation with cuda 8Gravatar Gael Guennebaud2016-08-29
* | use ::hlog if available.Gravatar Gael Guennebaud2016-08-29
* | bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* | Add generic implementation of conj_helper for custom complex types.Gravatar Gael Guennebaud2016-08-29
* | bug #1282: fix implicit double to float conversion warningGravatar Gael Guennebaud2016-08-28
* | Make sure that our log1p implementation is called as a last resort only.Gravatar Gael Guennebaud2016-08-26
* | Add overload of numext::log1p for float/double in CUDAGravatar Gael Guennebaud2016-08-26
* | enable vectorization path when testing half on cuda, and add test for log1pGravatar Gael Guennebaud2016-08-26
* | Add missing log1p methodGravatar Gael Guennebaud2016-08-26
* | Fix compilation with boost::multiprec.Gravatar Gael Guennebaud2016-08-25
* | Add support for non trivial scalar factor in sparse selfadjoint * dense produ...Gravatar Gael Guennebaud2016-08-24