aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Simplify handling and non-splitted tests and include split_test_helper.h inst...Gravatar Gael Guennebaud2018-07-16
* Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...Gravatar Gael Guennebaud2018-07-16
* Add the cmake option "EIGEN_DASHBOARD_BUILD_TARGET" to control the build targ...Gravatar Gael Guennebaud2018-07-16
* Merged in rmlarsen/eigen2 (pull request PR-422)Gravatar Gael Guennebaud2018-07-14
|\
* | Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14
| * Get rid of alias for m_broadcast.Gravatar Rasmus Munk Larsen2018-07-13
| * Optimize the case where broadcasting is a no-op.Gravatar Rasmus Munk Larsen2018-07-13
|/
* Relax the condition to not only work on Android.Gravatar Rasmus Munk Larsen2018-07-13
* Clang produces incorrect Thumb2 assembler when using alloca.Gravatar Rasmus Munk Larsen2018-07-13
* bug #1571: fix is_convertible<from,to> with "from" a reference.Gravatar Gael Guennebaud2018-07-13
* Remove clang warningGravatar Gael Guennebaud2018-07-13
* Print more debug info in gpu_basicGravatar Gael Guennebaud2018-07-13
* Introduce gpu_assert for assertion in device-code, and disable them with clan...Gravatar Gael Guennebaud2018-07-13
* Make EIGEN_TEST_CUDA_CLANG more friendly with OSXGravatar Gael Guennebaud2018-07-13
* Forward declaring std::array does not work with all std libs, so let's just i...Gravatar Gael Guennebaud2018-07-13
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* Add unit test for -Tensor<complex> on GPUGravatar Gael Guennebaud2018-07-12
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Disable eigenvalues test for clang-cudaGravatar Gael Guennebaud2018-07-12
* fix unused warningGravatar Gael Guennebaud2018-07-12
* Fix shadowing typedefsGravatar Gael Guennebaud2018-07-12
* Fix compilation regarding std::arrayGravatar Gael Guennebaud2018-07-12
* fix unused warningGravatar Gael Guennebaud2018-07-12
* Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...Gravatar Gael Guennebaud2018-07-12
* Fix cxx11_tensor_fft not building on Windows.Gravatar Thales Sabino2018-07-12
* Fix docGravatar Gael Guennebaud2018-07-12
* Add missing consts for rows and cols functions in SparseLUGravatar Julian Kent2018-02-10
* FindEigen3: Set Eigen3_FOUND variableGravatar Daniele E. Domenichelli2018-07-11
* remove double ;;Gravatar Gael Guennebaud2018-07-12
* bug #1570: fix warningGravatar Gael Guennebaud2018-07-12
* Add deprecated header files for TensorFlowGravatar Gael Guennebaud2018-07-12
* Merged in deven-amd/eigen (pull request PR-402)Gravatar Gael Guennebaud2018-07-12
|\
* | Remove useless specialization thanks to is_convertible being more robust.Gravatar Gael Guennebaud2018-07-12
* | Add some basic unit-testsGravatar Gael Guennebaud2018-07-12
* | spellcheckGravatar Gael Guennebaud2018-07-12
* | Make is_convertible more robust and conformant to std::is_convertibleGravatar Gael Guennebaud2018-07-12
* | Optimize the product of a householder-sequence with the identity, and optimiz...Gravatar Gael Guennebaud2018-07-11
* | Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4Gravatar Gael Guennebaud2018-07-11
* | Fix double ;;Gravatar Gael Guennebaud2018-07-11
| * Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
| * deleting hip specific files that are no longer requiredGravatar Deven Desai2018-07-11
| * renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
| * renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
| * merging updates from upstreamGravatar Deven Desai2018-07-11
| |\ | |/ |/|
* | Optimize extraction of Q in SparseQR by exploiting the structure of the ident...Gravatar Gael Guennebaud2018-07-11
* | Add internall::is_identity compile-time helperGravatar Gael Guennebaud2018-07-11
* | Fix conversion warningGravatar Gael Guennebaud2018-07-10
* | bug #1543: improve linear indexing for general block expressionsGravatar Gael Guennebaud2018-07-10
* | Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* | bug #1567: add optimized path for tensor broadcasting and 'Channel First' shapeGravatar Gael Guennebaud2018-07-09