index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
Re-enable FMA for fast sqrt functions
Mark D Ryan
2018-07-30
*
Fix AVX512 implementations of psqrt
Mark D Ryan
2018-06-25
*
Add pcast packet op for NEON.
Rasmus Munk Larsen
2018-07-26
*
Fixed issue which made documentation not getting built anymore
Christoph Hertzberg
2018-07-24
*
fix typo
Gael Guennebaud
2018-07-23
*
Add lastN shorcuts to seq/seqN.
Gael Guennebaud
2018-07-23
*
Disable type traits for stdlibc++ <= 4.9.3
Eugene Zhulenev
2018-07-20
*
Fix IsRelocatable without C++11
Gael Guennebaud
2018-07-19
*
Fix determination of EIGEN_HAS_TYPE_TRAITS
Gael Guennebaud
2018-07-19
*
Fix stupid error in Quaternion move ctor
Gael Guennebaud
2018-07-19
*
Add MIPS changes missing from previous merge.
Alexey Frunze
2018-07-18
*
Disable type traits for GCC < 5.1.0
Eugene Zhulenev
2018-07-18
*
bug #1432: fix conservativeResize for non-relocatable scalar types. For those...
Gael Guennebaud
2018-07-18
*
bug #1575: fix regression introduced in bug #1573 patch. Move ctor/assignment...
Gael Guennebaud
2018-07-18
*
More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDA
Gael Guennebaud
2018-07-18
*
applying EIGEN_DECLARE_TEST to *gpu* tests
Deven Desai
2018-07-17
*
bug #1573: add noexcept move constructor and move assignment operator to Quat...
Gael Guennebaud
2018-07-17
*
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
*
Fix GeneralizedEigenSolver when requesting for eigenvalues only.
Gael Guennebaud
2018-07-14
*
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
*
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
*
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
*
Add missing consts for rows and cols functions in SparseLU
Julian Kent
2018-02-10
*
remove double ;;
Gael Guennebaud
2018-07-12
*
bug #1570: fix warning
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
*
|
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
|
*
renaming CUDA* to GPU* for some header files
Deven Desai
2018-07-11
|
*
merging updates from upstream
Deven Desai
2018-07-11
|
|
\
|
|
/
|
/
|
*
|
Optimize extraction of Q in SparseQR by exploiting the structure of the ident...
Gael Guennebaud
2018-07-11
*
|
Add internall::is_identity compile-time helper
Gael Guennebaud
2018-07-11
*
|
Fix conversion warning
Gael Guennebaud
2018-07-10
*
|
bug #1543: improve linear indexing for general block expressions
Gael Guennebaud
2018-07-10
*
|
Introduce the macro ei_declare_local_nested_eval to help allocating on the st...
Gael Guennebaud
2018-07-09
*
|
Skip null numerators in triangular-vector-solve (as in BLAS TRSV).
Gael Guennebaud
2018-07-09
*
|
Fix legitimate "declaration shadows a typedef" warning
Gael Guennebaud
2018-07-09
*
|
Fix the Packet16h version of ptranspose
Mark D Ryan
2018-06-16
[next]