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
Commit message (
Expand
)
Author
Age
*
First step toward a unification of packet log implementation, currently only ...
Gael Guennebaud
2018-11-26
*
Make SSE/AVX pandnot(A,B) consistent with generic version, i.e., "A and not B"
Gael Guennebaud
2018-11-26
*
bug #1611: fix plog(0) on NEON
Gael Guennebaud
2018-11-26
*
Fix typos
Patrik Huber
2018-11-23
*
Fix reserved usage of double __ in macro names
Gael Guennebaud
2018-11-23
*
bug #1624: improve matrix-matrix product on ARM 64, 20% speedup
Gael Guennebaud
2018-11-23
*
Make MaxPacketSize a true upper bound, even for fixed-size inputs
Gael Guennebaud
2018-11-16
*
PR 544: Set requestedAlignment correctly for SliceVectorizedTraversals
Mark D Ryan
2018-11-13
*
Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTES
Nikolaus Demmel
2018-11-14
*
typo
Gael Guennebaud
2018-11-14
*
help doxygen linking to DenseBase::NulllaryExpr
Gael Guennebaud
2018-11-14
*
[PATCH 1/2] Misc. typos
luz.paz"
2018-09-18
*
Add optimized version of logistic function for float. As an example, this is ...
Rasmus Munk Larsen
2018-11-12
*
Fix warning in c++03
Gael Guennebaud
2018-11-10
*
bug #1619: fix mixing of const and non-const generic iterators
Gael Guennebaud
2018-11-09
*
bug #1619: make const and non-const iterators compatible
Gael Guennebaud
2018-11-09
*
Let doxygen sees lastN
Gael Guennebaud
2018-11-09
*
Recent xcode versions does support EIGEN_HAS_STATIC_ARRAY_TEMPLATE
Gael Guennebaud
2018-11-09
*
Fix max-size in indexed-view
Gael Guennebaud
2018-11-08
*
Merged in glchaves/eigen (pull request PR-539)
Gael Guennebaud
2018-11-07
|
\
|
*
Vectorize row-by-row gebp loop iterations on 16 packets as well
Gustavo Lima Chaves
2018-11-06
*
|
PR 526: Speed up multiplication of small, dynamically sized matrices
Mark D Ryan
2018-10-12
*
|
Fix code format
Eugene Zhulenev
2018-11-02
*
|
Workaround nbcc+msvc compiler bug
Eugene Zhulenev
2018-11-02
|
/
*
bug #1617: Fix SolveTriangular.solveInPlace crashing for empty matrix.
Matthieu Vigne
2018-10-31
*
bug #1618: Use different power-of-2 check to avoid MSVC warning
Christoph Hertzberg
2018-11-01
*
Collapsed revision (based on pull request PR-325)
Christian von Schultz
2018-10-22
*
Do not rely on the compiler generating __device__ functions for constexpr in ...
Rasmus Munk Larsen
2018-10-22
*
Merged in rmlarsen/eigen (pull request PR-532)
Rasmus Munk Larsen
2018-10-19
|
\
*
|
Fix most Doxygen warnings. Also add links to stable documentation from unsupp...
Christoph Hertzberg
2018-10-19
|
*
Only set EIGEN_CONSTEXPR_ARE_DEVICE_FUNC for clang++ if cxx_relaxed_constexpr...
Rasmus Munk Larsen
2018-10-18
|
/
*
Fix float-to-double warning
Gael Guennebaud
2018-10-16
*
bug #1612: fix regression in "outer-vectorization" of partial reductions for ...
Gael Guennebaud
2018-10-16
*
Fix warning with AVX512f
Gael Guennebaud
2018-10-11
*
Fix avx512 plog(NaN) to return NaN instead of +inf
Gael Guennebaud
2018-10-11
*
Enable avx512 plog with clang
Gael Guennebaud
2018-10-11
*
Fix regression in changeset 5335659c47d69d3ee1b6f9792fea5998731f9a53
Gael Guennebaud
2018-10-10
*
bug #520: add diagmat +/- diagmat operators.
Gael Guennebaud
2018-10-10
*
Merged in ezhulenev/eigen-02 (pull request PR-525)
Gael Guennebaud
2018-10-10
|
\
|
*
Fix bug in partial reduction of expressions requiring evaluation
Eugene Zhulenev
2018-10-10
*
|
Use void type if stl-style iterators are not supported
Eugene Zhulenev
2018-10-10
|
/
*
Merged in ezhulenev/eigen-01 (pull request PR-523)
Rasmus Munk Larsen
2018-10-09
|
\
|
*
Compile time detection for unimplemented stl-style iterators
Eugene Zhulenev
2018-10-09
*
|
bug #65: add vectorization of partial reductions along the outer-dimension, f...
Gael Guennebaud
2018-10-09
*
|
Make redux_vec_unroller more flexible regarding packet-type
Gael Guennebaud
2018-10-09
|
/
*
Small Doxygen fixes
Christoph Hertzberg
2018-10-09
*
merge
Gael Guennebaud
2018-10-08
|
\
|
*
fix a doxygen issue
Gael Guennebaud
2018-10-08
|
*
Workaround gcc's alloc-size-larger-than= warning
Gael Guennebaud
2018-10-07
|
*
Implement a better workaround for GCC's bug #87544
Gael Guennebaud
2018-10-07
[next]