aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * Nevermind.Gravatar Rasmus Munk Larsen2016-02-06
| | * Add my name to copyright notice in ColPivHouseholder.h, mostly for previous w...Gravatar Rasmus Munk Larsen2016-02-06
| | * Merge.Gravatar Rasmus Munk Larsen2016-02-06
| | |\ | |_|/ |/| |
| | * Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* | | Add exemples for reshaping/slicing with Map.Gravatar Gael Guennebaud2016-02-06
* | | Fix warning in unit testGravatar Gael Guennebaud2016-02-06
* | | Fix warning with gcc < 4.8Gravatar Gael Guennebaud2016-02-06
* | | Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
* | | Only enable the cxx11_tensor_uint128 test on 64 bit machines since 32 bit sys...Gravatar Benoit Steiner2016-02-05
* | | Made the tensor fft test compile on tegra x1Gravatar Benoit Steiner2016-02-06
* | | bug #779: allow non aligned buffers for buffers smaller than the requested al...Gravatar Gael Guennebaud2016-02-05
* | | Add an explicit assersion on the alignment of the pointer returned by std::ma...Gravatar Gael Guennebaud2016-02-05
* | | Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.Gravatar Gael Guennebaud2016-02-05
| |/ |/|
* | Merge.Gravatar Rasmus Munk Larsen2016-02-04
|\ \
* | | Fix condition that made the unit test spam stdout with bogus error messages.Gravatar Rasmus Munk Larsen2016-02-04
| * | Pulled latest updates from trunkGravatar Benoit Steiner2016-02-04
| |\ \
| | * | Remove dead codeGravatar Gael Guennebaud2016-02-04
| | * | Improve heuritics for switching between coeff-based and general matrix produc...Gravatar Gael Guennebaud2016-02-04
| * | | Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
| |/ /
| * | Fixed the initialization of the dummy member of the array class to make it co...Gravatar Benoit Steiner2016-02-03
| * | Disable 2 more nvcc warning messagesGravatar Benoit Steiner2016-02-03
| * | Made sure the dummy element of size 0 array is always intialized to silence s...Gravatar Benoit Steiner2016-02-03
| * | Made sure the code compiles when EIGEN_HAS_C99_MATH isn't definedGravatar Benoit Steiner2016-02-03
| * | Added a few commentsGravatar Benoit Steiner2016-02-03
| * | Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
| * | Silenced the "calling a __host__ function from a __host__ __device__ function...Gravatar Benoit Steiner2016-02-03
| * | Revert the nvcc messages to their default severity instead of the forcing the...Gravatar Benoit Steiner2016-02-03
| * | Pulled latest updates from trunkGravatar Benoit Steiner2016-02-03
| |\ \
| * | | Silenced some unhelpful warnings generated by nvcc.Gravatar Benoit Steiner2016-02-03
| | * | Merged in rmlarsen/eigen (pull request PR-161)Gravatar Gael Guennebaud2016-02-03
| |/| | | |/ / |/| |
* | | Fix bad line break. Don't repeat Kahan matrix test since it is deterministic.Gravatar Rasmus Munk Larsen2016-02-03
* | | Make the array of directly compute column norms a member to avoid allocation ...Gravatar Rasmus Munk Larsen2016-02-03
| * | bug #1161: fix division by zero for huge scalar typesGravatar Gael Guennebaud2016-02-03
| * | bug #1164: fix list and deque specializations such that our aligned allocator...Gravatar Damien R2016-02-03
| * | Clarify error message when writing to a read-only sparse-sub-matrix.Gravatar Gael Guennebaud2016-02-03
| * | mergeGravatar Gael Guennebaud2016-02-03
| |\ \
| * | | Clarify documentation on the restrictions of writable sparse block expressions.Gravatar Gael Guennebaud2016-02-03
| | * | Merged in ville-k/eigen/explicit_long_constructors (pull request PR-158)Gravatar Benoit Steiner2016-02-02
| | |\ \
| | | * | Use EIGEN_STATIC_ASSERT for backward compatibility.Gravatar Ville Kallioniemi2016-02-02
| | * | | Don't try to use direct offsets when computing a tensor product, since the re...Gravatar Benoit Steiner2016-02-02
| |/ / /
| | * | Use single template constructor to avoid overload resolution issues.Gravatar Ville Kallioniemi2016-02-02
| | |\ \
| | | * | Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
| | |/ /
| | * | Rebase to latest.Gravatar Ville Kallioniemi2016-02-01
| | |\ \ | | |/ / | |/| |
| * | | Cleaned up a tensor contraction testGravatar Benoit Steiner2016-02-01
| * | | Sharded the cxx11_tensor_contract_cuda testGravatar Benoit Steiner2016-02-01
| * | | Silenced a few compilation warningsGravatar Benoit Steiner2016-02-01
| * | | Made it possible to limit the number of blocks that will be used to evaluate ...Gravatar Benoit Steiner2016-02-01
* | | | merging.Gravatar Rasmus Munk Larsen2016-02-01
|\| | |
| * | | Shared the tensor reduction testGravatar Benoit Steiner2016-02-01
| * | | Sharded the tensor device testGravatar Benoit Steiner2016-02-01