aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* define EIGEN_VECTORIZE_CUDA when compiling with nvccGravatar Benoit Steiner2014-10-03
* Vector primitives for CUDAGravatar Benoit Steiner2014-10-03
* EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
* Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
* Document internal namespaceGravatar Chen-Pang He2014-07-05
* Do not attempt to include <intrin.h> on Windows CEGravatar Gael Guennebaud2014-07-02
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* merge with default branchGravatar Gael Guennebaud2014-03-28
|\
* | Implement pcplflip, palign, predux and the likes from AVC/complexesGravatar Gael Guennebaud2014-03-27
| * immintrin.h did not come until intel version 11Gravatar Mark Borgerding2014-03-26
* | Added support for FMA instructionsGravatar Benoit Steiner2014-02-24
* | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
|/
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...Gravatar Gael Guennebaud2013-08-19
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | bug #556: workaround mingw bug with -O3 or -fipa-cp-cloneGravatar Gael Guennebaud2013-07-05
* | Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
| * actually assertion are incompatible with nvcc even on host codeGravatar Gael Guennebaud2013-04-19
* | Enable SSE with ICC even when it mimics a gcc version lower than 4.2Gravatar Gael Guennebaud2013-04-11
| * Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
| * NVCC: EIGEN_NO_DEBUG must be defined before including Macro.hGravatar Gael Guennebaud2013-02-21
| * Make it compile without nvccGravatar Gael Guennebaud2013-02-21
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...Gravatar Gael Guennebaud2013-01-15
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* old gcc versions do not have immintrin.h file...Gravatar Gael Guennebaud2012-09-27
* we should not directly include the *mmintrin.h headers but include immintrin....Gravatar Gael Guennebaud2012-09-26
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #481 step 1: add a new Ref<> class for non templated function argumentsGravatar Gael Guennebaud2012-07-05
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* <complex> must be included firstGravatar Gael Guennebaud2012-02-10
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* bug #365 - Rename B0 in GeneralBlockPanelKernel.h to avoid name clashGravatar Jan Oberländer2011-10-31
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21