aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevent...Gravatar Gael Guennebaud2017-06-12
* Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>Gravatar Gael Guennebaud2017-06-12
* Fix 1x1 case in Solve expression with EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTI...Gravatar Gael Guennebaud2017-06-12
* Avoid implicit scalar conversion with accuracy loss in pow(scalar,array)Gravatar Gael Guennebaud2017-06-12
* Enable MSVC 2010 workaround from MSVC onlyGravatar Gael Guennebaud2017-06-09
* bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destinati...Gravatar Gael Guennebaud2017-06-09
* bug #1414: doxygen, add EigenBase to CoreModuleGravatar Gael Guennebaud2017-06-09
* fix compilation of Half in C++98 (issue introduced in previous commit)Gravatar Gael Guennebaud2017-06-09
* Fix compilation with gcc 4.3 and ARM NEONGravatar Gael Guennebaud2017-06-09
* bug #1410: fix lvalue propagation of Array/Matrix-Wrapper with a const nested...Gravatar Gael Guennebaud2017-06-09
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
* Add missing std::numeric_limits specialization for half, and complete NumTrai...Gravatar Gael Guennebaud2017-06-09
* bug #1435: fix aliasing issue in exressions like: A = C - B*A;Gravatar Gael Guennebaud2017-06-08
* bug #1417: make LinSpace compatible with std::complexGravatar Gael Guennebaud2017-06-06
* updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning mes...Gravatar Abhijit Kundu2017-05-01
* Fixed nested angle barckets >> issue when compiling with cuda 8Gravatar Abhijit Kundu2017-04-27
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
* Merged in ilya-biryukov/eigen/fix_clang_cuda_compilation (pull request PR-304)Gravatar Benoit Steiner2017-03-15
|\
* | ARM prefetch fixes: Implement prefetch on ARM64. Do not clobber cc on ARM32.Gravatar Benoit Jacob2017-03-15
| * Fixed compilation with cuda-clangGravatar Ilya Biryukov2017-03-06
|/
* remove UTF8 symbolGravatar Gael Guennebaud2017-03-07
* remove UTF8 symbolsGravatar Gael Guennebaud2017-03-07
* bug #1400: fix stableNorm with EIGEN_DONT_ALIGN_STATICALLYGravatar Gael Guennebaud2017-03-07
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-03-01
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Made most of the packet math primitives usable within CUDA kernel when compil...Gravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* bug #1396: add some missing EIGEN_DEVICE_FUNCGravatar Gael Guennebaud2017-02-28
* Added missing EIGEN_DEVICE_FUNC to the SelfCwise binary opsGravatar Benoit Steiner2017-02-27
* Added missing EIGEN_DEVICE_FUNC qualifiers to several nullary op methods.Gravatar Benoit Steiner2017-02-27
* Declared the plset, ploadt_ro, and ploaddup packet primitives as usable withi...Gravatar Benoit Steiner2017-02-27
* Added missing EIGEN_DEVICE_FUNC qualifiers.Gravatar Benoit Steiner2017-02-27
* Added EIGEN_DEVICE_FUNC to make the prototype of the EigenBase override match...Gravatar Benoit Steiner2017-02-27
* Avoid unecessary float to double conversions.Gravatar Benoit Steiner2017-02-27
* Silent warning.Gravatar Gael Guennebaud2017-02-20
* Fix usage of CUDACC_VERGravatar Gael Guennebaud2017-02-20
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Use int32_t instead of int in NEON code. Some platforms with 16 bytes int sup...Gravatar Gael Guennebaud2017-02-17
* bug #1393: enable Matrix/Array explicit ctor from types with conversion opera...Gravatar Gael Guennebaud2017-02-17
* Fall back is_integral to std::is_integral in c++11Gravatar Gael Guennebaud2017-02-13
* Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
* bug #1391: include IO.h before DenseBase to enable its usage in DenseBase plu...Gravatar Gael Guennebaud2017-02-13
* Workaround some gcc 4.7 warningsGravatar Gael Guennebaud2017-02-11
* Forgot to include a file in previous commitGravatar Gael Guennebaud2017-02-11