aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* also uninitialized here, see previous csetGravatar Benoit Jacob2015-05-15
* Fix uninitialized var warning. The compiler was clearing the register anyway,...Gravatar Benoit Jacob2015-05-15
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* Merged in doug_kwan/eigen (pull request PR-103)Gravatar Konstantinos Margaritis2015-05-05
|\
* | Added a double-precision implementation of the exp() function for AVX.Gravatar Benoit Steiner2015-05-04
* | bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* | Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in p...Gravatar Gael Guennebaud2015-04-24
* | bug #360: add value_type typedef to DenseBase/SparseMatrixBaseGravatar Gael Guennebaud2015-04-24
* | Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later ...Gravatar Christoph Hertzberg2015-04-23
* | Fix typo in the definition of EIGEN_COMP_GNUC_STRICTGravatar Gael Guennebaud2015-04-21
* | Add internal assertions to purely fixed-size DenseStorage, mark optional vari...Gravatar Christoph Hertzberg2015-04-17
* | Add internal assertions to DenseStorage constructorGravatar Christoph Hertzberg2015-04-16
* | Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* | Pulled latest changes from trunkGravatar Benoit Steiner2015-04-14
|\ \
| * | Improved the blocking strategy to speedup multithreaded tensor contractions.Gravatar Benoit Steiner2015-04-09
| * | add a note on bug #992Gravatar Gael Guennebaud2015-04-08
| * | bug #992: don't select a 3p GEMM path with non-vectorizable scalar types, thi...Gravatar Benoit Jacob2015-04-07
* | | Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\| |
| * | bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d w...Gravatar Gael Guennebaud2015-04-01
| * | bug #986: add support for coefficient-based product with 0 depth.Gravatar Gael Guennebaud2015-04-01
| * | Fix bug #987: wrong alignement guess in diagonal product.Gravatar Gael Guennebaud2015-03-31
| * | Add row/column-wise reverseInPlace feature.Gravatar Gael Guennebaud2015-03-31
| * | Make reverseInPlace really work in-place.Gravatar Gael Guennebaud2015-03-31
| * | Fix vectorization of swap for non trivial expressionsGravatar Gael Guennebaud2015-03-31
| * | Only use blocking sizes LUTs for single-thread products for nowGravatar Benoit Jacob2015-03-31
| * | Correctly detect Android with ndk_buildGravatar Benoit Jacob2015-03-31
| * | Fix computeProductBlockingSizes with m==0, and add respective unit test.Gravatar Gael Guennebaud2015-03-31
* | | Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
| * | mergeGravatar Gael Guennebaud2015-03-27
| |\ \
| * | | Fix hypot(0,0).Gravatar Gael Guennebaud2015-03-27
* | | | Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed the CUDA packet primitivesGravatar Benoit Steiner2015-03-24
| | * | Make MatrixBase::is* methods aware of nested_eval.Gravatar Gael Guennebaud2015-03-24
| |/ /
| * | Fix MSVC compilation: aligned type must be passed by referenceGravatar Gael Guennebaud2015-03-19
| * | Fix comparison warningGravatar Gael Guennebaud2015-03-19
| * | Improve random number generation for integer and add unit testGravatar Gael Guennebaud2015-03-19
| * | use unsigned short instead of uint16_t which doesn't exist in c++98Gravatar Benoit Jacob2015-03-17
| * | Similar to cset 3589a9c115a892ea3ca5dac74d71a1526764cb38Gravatar Benoit Jacob2015-03-16
| * | fix bug in maxsize calculation, which would cause products of size > 2048 to ...Gravatar Benoit Jacob2015-03-16
| * | Update Nexus 5 lookup table from combining now 2 runs of the benchmark, using...Gravatar Benoit Jacob2015-03-16
| * | fix compilation with GCC 4.8Gravatar Benoit Jacob2015-03-16
| * | Fix bug in case where EIGEN_TEST_SPECIFIC_BLOCKING_SIZE is defined but falseGravatar Benoit Jacob2015-03-15
| * | Provide a empirical lookup table for blocking sizes measured on a Nexus 5. On...Gravatar Benoit Jacob2015-03-15
| * | actual_panel_rows computation should always be resilient to parameters not co...Gravatar Benoit Jacob2015-03-15
| * | Fix a unused-var warningGravatar Benoit Jacob2015-03-15
| * | Refactor computeProductBlockingSizes to make room for the possibility of usin...Gravatar Benoit Jacob2015-03-15
| * | organize a little our default cache sizes, and use a saner default L1 outside...Gravatar Benoit Jacob2015-03-13
| * | bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
| * | Fix internal::random(x,y) for integer types. The previous implementation coul...Gravatar Gael Guennebaud2015-03-13
| | * Fix bug in pdiv<Packet1cd> which swaps 32-bit halves of a pair ofGravatar Doug Kwan2015-03-11
| |/