aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
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 #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
* bug #1403: fix implicit scalar type conversion.Gravatar 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
* Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in prev...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 #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.Gravatar Gael Guennebaud2017-06-08
* bug #1435: fix aliasing issue in exressions like: A = C - B*A;Gravatar Gael Guennebaud2017-06-08
* bug #1411: fix usage of alignment information in vectorization of quaternion ...Gravatar Gael Guennebaud2017-06-07
* Make sure CholmodSupport works when included in multiple compilation units (i...Gravatar Christoph Hertzberg2017-06-06
* 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
* Fix dense * sparse-selfadjoint-view product.Gravatar Gael Guennebaud2017-04-25
* Improve mixing of complex and real in the vectorized path of apply_rotation_i...Gravatar Gael Guennebaud2017-04-14
* Fix unwanted Real to Scalar to Real conversions in column-pivoting QR.Gravatar Gael Guennebaud2017-04-14
* 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
|\
* | better check array index before using itGravatar Gael Guennebaud2017-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
|/
* fix typoGravatar Gael Guennebaud2017-03-07
* remove UTF8 symbolGravatar Gael Guennebaud2017-03-07
* remove UTF8 symbolsGravatar Gael Guennebaud2017-03-07
* do not include std header within extern CGravatar 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
* Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...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_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