aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in p...Gravatar 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
* Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\
| * Correctly detect Android with ndk_buildGravatar Benoit Jacob2015-03-31
* | Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* | Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\|
| * Fix MSVC compilation: aligned type must be passed by referenceGravatar Gael Guennebaud2015-03-19
| * Refactor computeProductBlockingSizes to make room for the possibility of usin...Gravatar Benoit Jacob2015-03-15
| * bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-02-27
|\|
* | Added support for 32bit index on a per tensor/tensor expression. This enables...Gravatar Benoit Steiner2015-02-27
* | Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
| * Replace a static assert by a runtime one, fixes the build of unit tests on ARMGravatar Benoit Jacob2015-02-27
|/
* Fix regression with C++11 support of lambda: now internal::result_of falls ba...Gravatar Gael Guennebaud2015-02-19
* Add support for C++11 result_of/lambdasGravatar Gael Guennebaud2015-02-19
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* Clean a bit computeProductBlockingSizes (use Index type, remove CEIL macro)Gravatar Gael Guennebaud2015-02-18
* Packet must be passed by const reference and not by value to avoid alignment ...Gravatar Gael Guennebaud2015-02-17
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
| |\
| * | update EIGEN_FAST_MATH documentationGravatar Gael Guennebaud2015-02-12
| | * Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...Gravatar Benoit Steiner2015-02-10
| * | Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
| | * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| | |\ | | |/ | |/|
| | * Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
| * | bug #935: Add asm comments in GEBP kernels to work around a bugGravatar Benoit Jacob2015-01-30
| * | bug #921: fix utilization of bitwise operation on enums in first_alignedGravatar Gael Guennebaud2014-12-19
| * | bug #920: fix MSVC 2015 compilation issuesGravatar Gael Guennebaud2014-12-18
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * | Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
|/ /
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...Gravatar Gael Guennebaud2014-11-05
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
| * Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
| * fixed some potential alignment issues.Gravatar Benoit Steiner2014-10-30
* | EIGEN_UNUSED_VARIABLE works better than casting to void. Make this also usabl...Gravatar Christoph Hertzberg2014-10-30
* | Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* | bug #898: add inline hint to const_cast_ptrGravatar Christoph Hertzberg2014-10-28
* | bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* | Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
* | Fix indentationGravatar Gael Guennebaud2014-10-09
* | Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
| * Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* | Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* | Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* | Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\ \