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
...
|
*
Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed a...
Rasmus Munk Larsen
2019-03-13
|
*
bug #1684: partially workaround clang's 6/7 bug #40815
Gael Guennebaud
2019-03-13
|
*
Clean up PacketMathHalf.h and add a few missing logical packet ops.
Rasmus Munk Larsen
2019-03-11
|
*
Apply SSE's pmin/pmax fix for GCC <= 5 to AVX's pmin/pmax
Gael Guennebaud
2019-03-10
|
*
Merged in rmlarsen/eigen_threadpool (pull request PR-606)
Rasmus Larsen
2019-03-06
|
|
\
|
*
|
bug #1689 fix used-but-marked-unused warning
Gael Guennebaud
2019-03-05
|
|
*
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ht...
Rasmus Munk Larsen
2019-03-05
|
|
/
|
*
Enable construction of Ref<VectorType> from a runtime vector.
Gael Guennebaud
2019-03-03
|
*
Fully qualify Eigen::internal::aligned_free
Sam Hasinoff
2019-03-02
|
*
bug #1629: fix compilation of PardisoSupport (regression introduced in change...
Gael Guennebaud
2019-03-02
|
*
Merged in rmlarsen/eigen (pull request PR-597)
Rasmus Larsen
2019-02-25
|
|
\
|
*
|
Enable SSE vectorization of Quaternion and cross3() with AVX
Gael Guennebaud
2019-02-23
|
*
|
fix alignment in ploadquad
Gael Guennebaud
2019-02-22
|
|
*
Change licensing of OrderingMethods/Amd.h and SparseCholesky/SimplicialCholes...
Rasmus Munk Larsen
2019-02-22
|
|
/
|
*
AVX512: implement faster ploadquad<Packet16f> thus speeding up GEMM
Gael Guennebaud
2019-02-21
|
*
bug #1674: workaround clang fast-math aggressive optimizations
Gael Guennebaud
2019-02-22
|
*
Fix compilation on ARM.
Gael Guennebaud
2019-02-22
|
*
Speed up col/row-wise reverse for fixed size matrices by propagating compile-...
Gael Guennebaud
2019-02-21
|
*
Add a few missing packet ops: cmp_eq for NEON. pfloor for GPU.
Rasmus Munk Larsen
2019-02-21
|
*
Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases.
Gael Guennebaud
2019-02-20
|
*
Update documentation of Matrix and Array type aliases.
Gael Guennebaud
2019-02-20
|
*
Protect c++11 type alias with Eigen's macro, and add respective unit test.
Gael Guennebaud
2019-02-20
|
*
Merged in ra_bauke/eigen (pull request PR-180)
Gael Guennebaud
2019-02-20
|
|
\
|
*
|
bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:
Gael Guennebaud
2019-02-20
|
*
|
bug #899: remove "rank-revealing" qualifier for SparseQR and warn that it is ...
Gael Guennebaud
2019-02-19
|
*
|
Commas at the end of enumerator lists are not allowed in C++03
Christoph Hertzberg
2019-02-19
|
*
|
Add C++17 detection macro, and make sure throw(xpr) is not used if the compil...
Gael Guennebaud
2019-02-19
|
*
|
Fix conversion warnings
Gael Guennebaud
2019-02-19
|
*
|
Fix harmless Scalar vs RealScalar cast.
Gael Guennebaud
2019-02-18
|
*
|
bug #1194: implement slightly faster and SIMD friendly 4x4 determinant.
Gael Guennebaud
2019-02-18
|
*
|
Fix regression: .conjugate() was popped out but not re-introduced.
Gael Guennebaud
2019-02-18
|
*
|
Set cost of conjugate to 0 (in practice it boils down to a no-op).
Gael Guennebaud
2019-02-18
|
*
|
GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...
Gael Guennebaud
2019-02-18
|
*
|
Guard C++11-style default constructor. Also, this is only needed for MSVC
Christoph Hertzberg
2019-02-16
|
*
|
bug #1680: improve MSVC inlining by declaring many triavial constructors and ...
Gael Guennebaud
2019-02-15
|
*
|
bug #1680: make all "block" methods strong-inline and device-functions (some ...
Gael Guennebaud
2019-02-15
|
*
|
bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512
Gael Guennebaud
2019-02-15
|
*
|
bug #1678: workaround MSVC compilation issues with AVX512
Gael Guennebaud
2019-02-15
|
*
|
bug #1679: avoid possible division by 0 in complex-schur
Gael Guennebaud
2019-02-15
|
*
|
Revert https://bitbucket.org/eigen/eigen/commits/b55b5c7280a0481f01fe5ec764d5...
Rasmus Munk Larsen
2019-02-14
|
*
|
Let's properly use Score instead of std::abs, and remove deprecated FIXME ( a...
Gael Guennebaud
2019-02-11
|
*
|
Fix compilation of empty products of the form: Mx0 * 0xN
Gael Guennebaud
2019-02-11
|
*
|
Speed up 2x2 LU by a factor 2, and other small fixed sizes by about 10%.
Gael Guennebaud
2019-02-11
|
*
|
Speedup PartialPivLU for small matrices by passing compile-time sizes when av...
Gael Guennebaud
2019-02-11
|
*
|
Make GEMM fallback to GEMV for runtime vectors.
Gael Guennebaud
2019-02-07
|
*
|
Backed out changeset 4c0fa6ce0f81ce67dd6723528ddf72f66ae92ba2
Gael Guennebaud
2019-02-07
|
*
|
bug #1676: workaround GCC's bug in c++17 mode.
Gael Guennebaud
2019-02-07
|
*
|
Remove duplicated comment line
Eugene Zhulenev
2019-02-04
|
*
|
Fix GeneralBlockPanelKernel Android compilation
Eugene Zhulenev
2019-02-04
|
*
|
bug #1674: disable GCC's unsafe-math-optimizations in sin/cos vectorization (...
Gael Guennebaud
2019-02-03
[prev]
[next]