aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* fixed some potential alignment issues.Gravatar Benoit Steiner2014-10-30
* Added missing packet primitives for CUDA.Gravatar Benoit Steiner2014-10-30
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Vector primitives for CUDAGravatar Benoit Steiner2014-10-03
* Generalized the gebp apisGravatar Benoit Steiner2014-10-02
* More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
|\
* \ Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\ \
| | * Fix bug #852: define Traits type in general_matrix_matrix_product when EIGEN_...Gravatar Kevin Locke2014-08-08
| | * mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...Gravatar Gael Guennebaud2014-09-10
| | * ArrayWrapper and MatrixWrapper classes should not be nested by reference.Gravatar Gael Guennebaud2014-09-10
| | * fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
| | * Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| | * Runtime alignement is not possible if AlignedOnScalar is not true (e.g., for ...Gravatar Gael Guennebaud2014-09-08
| | * bug #619: workaround MSVC 2008 implementing std::abs for int only on WINCEGravatar Gael Guennebaud2014-09-07
| | * Replace asm by __asm__ (bug #873)Gravatar Jitse Niesen2014-09-06
| | * Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
| | * Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
| | * Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
| | * 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
| |/
| * Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
| * Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| * Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| * Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| * Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
| * Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
| * Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
| * bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
| * bug #826: fix 64 to 32 bits conversion warning when calling Matrix<int,1,1>(l...Gravatar Gael Guennebaud2014-07-20
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
| * bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
| * Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
| * stride must be DenseIndex not intGravatar Christoph Hertzberg2014-07-10
| * Fix bug #839Gravatar Chen-Pang He2014-07-09
| * bug #808: fix implicit conversions from int/longint to float/doubleGravatar Gael Guennebaud2014-07-08
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * bug #837: Always re-align the result of EIGEN_ALLOCA.Gravatar Christoph Hertzberg2014-07-08
| * chmod -x Eigen/src/Core/GenericPacketMath.hGravatar Chen-Pang He2014-07-07
| * Fix regression introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-07-04
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
| * Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-06-23
| * Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23