This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-04-28 14:54:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
History
mehdi-goli
61461d682a
[Fixing expf issue]: Eigen uses the packet type operation for scaler type float on Sigmoid function(
https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/functors/UnaryFunctors.h#L990
). As a result SYCL backend breaks since SYCL backend only supports packet operation for vectorized type float4 and double2. The issue has been fixed by adding scalar type float to packet operation pexp for SYCL backend.
2020-10-28 08:30:34 +00:00
..
src
[Fixing expf issue]: Eigen uses the packet type operation for scaler type float on Sigmoid function(
https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/functors/UnaryFunctors.h#L990
). As a result SYCL backend breaks since SYCL backend only supports packet operation for vectorized type float4 and double2. The issue has been fixed by adding scalar type float to packet operation pexp for SYCL backend.
2020-10-28 08:30:34 +00:00
Cholesky
…
CholmodSupport
…
Core
Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STD
2020-10-09 02:05:05 +02:00
Dense
…
Eigen
…
Eigenvalues
Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop
2018-08-28 11:44:15 +02:00
Geometry
Enable SSE vectorization of Quaternion and cross3() with AVX
2019-02-23 10:45:40 +01:00
Householder
…
IterativeLinearSolvers
…
Jacobi
…
KLUSupport
…
LU
Add Inverse_NEON.h
2020-09-04 10:55:47 +00:00
MetisSupport
…
OrderingMethods
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
PardisoSupport
Extend CUDA support to matrix inversion and selfadjointeigensolver
2018-06-11 18:33:24 +02:00
PaStiXSupport
…
QR
Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop
2018-08-28 11:44:15 +02:00
QtAlignedMalloc
…
Sparse
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
SparseCholesky
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
SparseCore
…
SparseLU
Fix numerous shadow-warnings for GCC<=4.8
2018-08-28 18:32:39 +02:00
SparseQR
Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop
2018-08-28 11:44:15 +02:00
SPQRSupport
…
StdDeque
…
StdList
…
StdVector
…
SuperLUSupport
…
SVD
…
UmfPackSupport
…