aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06
* bump to 3.3-alpha1Gravatar Gael Guennebaud2015-09-04
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72bGravatar Christoph Hertzberg2015-08-22
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require...Gravatar Christoph Hertzberg2015-08-17
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...Gravatar Christoph Hertzberg2015-08-14
* | Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* | Mark ALignedBit as deprecated.Gravatar Gael Guennebaud2015-08-07
* | Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* | Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* | 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
|\| |