index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
util
Commit message (
Expand
)
Author
Age
*
bug #1584: Improve random (avoid undefined behavior).
Alexey Frunze
2018-08-08
*
PR 465: Fix issue in RowMajor assignment in plain_matrix_type_row_major::type
Justin Carpentier
2018-08-10
*
Fixing typo.
Mehdi Goli
2018-08-08
*
Adding EIGEN_UNROLL_LOOP macro.
Mehdi Goli
2018-08-08
*
bug #1580: Fix cuda clang build. STL is not supported, so std::equal_to and s...
Rasmus Munk Larsen
2018-08-01
*
Fix two regressions introduced in previous merges: bad usage of EIGEN_HAS_VAR...
Gael Guennebaud
2018-08-01
*
Using the suggested modification.
Mehdi Goli
2018-08-01
*
variadic version of assert which can take a parameter pack as its input.
Mehdi Goli
2018-08-01
*
Fixed issue which made documentation not getting built anymore
Christoph Hertzberg
2018-07-24
*
fix typo
Gael Guennebaud
2018-07-23
*
Disable type traits for stdlibc++ <= 4.9.3
Eugene Zhulenev
2018-07-20
*
Fix determination of EIGEN_HAS_TYPE_TRAITS
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
*
applying EIGEN_DECLARE_TEST to *gpu* tests
Deven Desai
2018-07-17
*
bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...
Gael Guennebaud
2018-07-17
*
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 compilation regarding std::array
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
*
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
*
|
Fix double ;;
Gael Guennebaud
2018-07-11
|
*
merging updates from upstream
Deven Desai
2018-07-11
|
|
\
|
|
/
|
/
|
*
|
Add internall::is_identity compile-time helper
Gael Guennebaud
2018-07-11
*
|
Fix conversion warning
Gael Guennebaud
2018-07-10
*
|
Introduce the macro ei_declare_local_nested_eval to help allocating on the st...
Gael Guennebaud
2018-07-09
|
*
updates based on PR feedback
Deven Desai
2018-06-14
|
*
syncing this fork with upstream
Deven Desai
2018-06-13
|
|
\
*
|
|
Extend CUDA support to matrix inversion and selfadjointeigensolver
Andrea Bocci
2018-06-11
*
|
|
Make is_same_dense compatible with different scalar types.
Gael Guennebaud
2018-07-03
|
|
/
|
/
|
*
|
Don't use std::equal_to inside cuda kernels since it's not supported.
Benoit Steiner
2018-06-07
|
*
Adding support for using Eigen in HIP kernels.
Deven Desai
2018-06-06
*
|
Fix MSVC warning C4290: C++ exception specification ignored except to indicat...
Gael Guennebaud
2018-06-07
*
|
Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 builds
Mark D Ryan
2018-05-17
|
/
*
Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.
Gael Guennebaud
2018-05-22
*
fix stupid typo
Gael Guennebaud
2018-05-18
*
is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...
Gael Guennebaud
2018-05-18
*
add some internal checks
Gael Guennebaud
2018-05-18
*
Add specializations of is_arithmetic for long long in c++11
Gael Guennebaud
2018-04-23
*
Disable -Wshadow when compiling with g++
Christoph Hertzberg
2018-04-21
*
fix linking issue
Gael Guennebaud
2018-04-13
*
bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_to
Gael Guennebaud
2018-04-11
*
Extend list of MSVC versions
Gael Guennebaud
2018-04-04
*
commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)
Gael Guennebaud
2018-04-03
[next]