index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Fix VERIFY_EVALUATION_COUNT(EXPR,N) with a complex expression as N
Gael Guennebaud
2018-07-17
*
bug #1573: add noexcept move constructor and move assignment operator to Quat...
Gael Guennebaud
2018-07-17
*
Call OutputKernel in evalGemv
Eugene Zhulenev
2018-07-12
*
Remove SimpleThreadPool and always use {NonBlocking}ThreadPool
Eugene Zhulenev
2018-07-16
*
Call OutputKernel in evalGemv
Eugene Zhulenev
2018-07-12
*
Fuse computations into the Tensor contractions using output kernel
Eugene Zhulenev
2018-07-10
*
Some warning fixes
Gael Guennebaud
2018-07-17
*
bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...
Gael Guennebaud
2018-07-17
*
Simplify handling and non-splitted tests and include split_test_helper.h inst...
Gael Guennebaud
2018-07-16
*
Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...
Gael Guennebaud
2018-07-16
*
Add the cmake option "EIGEN_DASHBOARD_BUILD_TARGET" to control the build targ...
Gael Guennebaud
2018-07-16
*
Merged in rmlarsen/eigen2 (pull request PR-422)
Gael Guennebaud
2018-07-14
|
\
*
|
Fix GeneralizedEigenSolver when requesting for eigenvalues only.
Gael Guennebaud
2018-07-14
|
*
Get rid of alias for m_broadcast.
Rasmus Munk Larsen
2018-07-13
|
*
Optimize the case where broadcasting is a no-op.
Rasmus Munk Larsen
2018-07-13
|
/
*
Relax the condition to not only work on Android.
Rasmus Munk Larsen
2018-07-13
*
Clang produces incorrect Thumb2 assembler when using alloca.
Rasmus Munk Larsen
2018-07-13
*
bug #1571: fix is_convertible<from,to> with "from" a reference.
Gael Guennebaud
2018-07-13
*
Remove clang warning
Gael Guennebaud
2018-07-13
*
Print more debug info in gpu_basic
Gael Guennebaud
2018-07-13
*
Introduce gpu_assert for assertion in device-code, and disable them with clan...
Gael Guennebaud
2018-07-13
*
Make EIGEN_TEST_CUDA_CLANG more friendly with OSX
Gael Guennebaud
2018-07-13
*
Forward declaring std::array does not work with all std libs, so let's just i...
Gael Guennebaud
2018-07-13
*
Add support for MIPS SIMD (MSA)
Alexey Frunze
2018-07-06
*
Add unit test for -Tensor<complex> on GPU
Gael Guennebaud
2018-07-12
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Disable eigenvalues test for clang-cuda
Gael Guennebaud
2018-07-12
*
fix unused warning
Gael Guennebaud
2018-07-12
*
Fix shadowing typedefs
Gael Guennebaud
2018-07-12
*
Fix compilation regarding std::array
Gael Guennebaud
2018-07-12
*
fix unused warning
Gael Guennebaud
2018-07-12
*
Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...
Gael Guennebaud
2018-07-12
*
Fix cxx11_tensor_fft not building on Windows.
Thales Sabino
2018-07-12
*
Fix doc
Gael Guennebaud
2018-07-12
*
Add missing consts for rows and cols functions in SparseLU
Julian Kent
2018-02-10
*
FindEigen3: Set Eigen3_FOUND variable
Daniele E. Domenichelli
2018-07-11
*
remove double ;;
Gael Guennebaud
2018-07-12
*
bug #1570: fix warning
Gael Guennebaud
2018-07-12
*
Add deprecated header files for TensorFlow
Gael Guennebaud
2018-07-12
*
Merged in deven-amd/eigen (pull request PR-402)
Gael Guennebaud
2018-07-12
|
\
*
|
Remove useless specialization thanks to is_convertible being more robust.
Gael Guennebaud
2018-07-12
*
|
Add some basic unit-tests
Gael Guennebaud
2018-07-12
*
|
spellcheck
Gael Guennebaud
2018-07-12
*
|
Make is_convertible more robust and conformant to std::is_convertible
Gael Guennebaud
2018-07-12
*
|
Optimize the product of a householder-sequence with the identity, and optimiz...
Gael Guennebaud
2018-07-11
*
|
Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4
Gael Guennebaud
2018-07-11
*
|
Fix double ;;
Gael Guennebaud
2018-07-11
|
*
Updates corresponding to the latest round of PR feedback
Deven Desai
2018-07-11
|
*
deleting hip specific files that are no longer required
Deven Desai
2018-07-11
[next]