aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Fixed compilation with cuda_clang.Gravatar Benoit Steiner2017-09-07
* Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* Make the threshold from gemm to coeff-based-product configurable, and add som...Gravatar Gael Guennebaud2017-08-24
* bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
* Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
* Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
* Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
* Make NoAlias and JacobiRotation compatible with CUDA.Gravatar Gael Guennebaud2017-08-17
* Fix lazyness of operator* with CUDAGravatar Gael Guennebaud2017-07-20
* Fix compilation in c++98 mode.Gravatar Gael Guennebaud2017-07-17
* disable nvcc boolean-expr-is-constant warningGravatar Gael Guennebaud2017-07-17
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\
| * Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13)Gravatar Benoit Steiner2017-07-06
* | Fix a gcc7 warning about bool * bool in abs2 default implementation.Gravatar Gael Guennebaud2017-06-27
* | Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* | mergeGravatar Gael Guennebaud2017-06-15
|\ \
* | | bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
| |/ |/|
| * Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
|/|
| * Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
* | 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