aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* 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
|\ \
| * | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| | * Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
| | |\
| * | \ merge with default branchGravatar Gael Guennebaud2014-09-14
| |\ \ \ | | | |/ | | |/|
| * | | merge with default branchGravatar Gael Guennebaud2014-09-01
| |\ \ \
* | | | | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
| * | | | merge default branchGravatar Gael Guennebaud2014-08-29
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
| | | | |\
| | | * | | fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
| | | * | | Replace asm by __asm__ (bug #873)Gravatar Jitse Niesen2014-09-06
| | | * | | Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
| | |/ / /
| | * / / bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
| |/ / / |/| | |
* | | | bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
| |_|/ |/| |
| * | Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
| * | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | | add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
* | | Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
| * | Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22