aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Fix logic in compute_default_alignment, extend it to Dynamic size, and move i...Gravatar Gael Guennebaud2015-08-06
* Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Made sure that the use const expressions are not enabled when compiling with ...Gravatar Benoit Steiner2015-07-21
* Fixed a typo in Macro.hGravatar Benoit Steiner2015-07-16
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* bug #1000: MSVC 2013 does need the operator= workaroundGravatar Gael Guennebaud2015-06-25
* bug #923: fix EIGEN_USE_BLAS modeGravatar Gael Guennebaud2015-06-23
* Get rid of must_nest_by_valueGravatar Gael Guennebaud2015-06-19
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Fix ambiguous instanciation using clean class-level SFINAE in product_evaluatorGravatar Gael Guennebaud2015-06-19
* Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Improbe compatibility of Transpositions and evaluatorsGravatar Gael Guennebaud2015-06-19
* Make Transpositions use evaluatorsGravatar Gael Guennebaud2015-06-19
* Add missing forward declaration of AlignedBoxGravatar Gael Guennebaud2015-06-15
* Enable C++11 math function in a more conservative manner.Gravatar Gael Guennebaud2015-06-11
* Make more use of EIGEN_HAS_C99_MATHGravatar Gael Guennebaud2015-06-10
* bug #80: merge with d_hood branch on adding more coefficient-wise unary array...Gravatar Gael Guennebaud2015-06-10
|\
* | bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* | bug #1003: assert in MapBase if the provided pointer is not aligned on scalar...Gravatar Gael Guennebaud2015-06-09
* | Abandon blocking size lookup table approach. Not performing as well in real w...Gravatar Benoit Jacob2015-05-19
* | 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
| * Incorporate C++11 check into EIGEN_HAS_C99_MATH macroGravatar Deanna Hood2015-04-20
| * Merged default into unary-array-cwise-functorsGravatar Deanna Hood2015-04-20
| |\
| * | Only use std::isnan and std::isinf if they are availableGravatar Deanna Hood2015-04-20
* | | 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
| |\