This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a452dedb4f9f12352b32d3860a4e6f1f5f970bcf
eigen
/
unsupported
/
Eigen
History
Benoit Steiner
a452dedb4f
Merged in ibab/eigen/double-tensor-reduction (pull request PR-216)
...
Enable efficient Tensor reduction for doubles on the GPU (continued)
2016-08-18 12:29:54 -07:00
..
CXX11
Merged in ibab/eigen/double-tensor-reduction (pull request PR-216)
2016-08-18 12:29:54 -07:00
src
std::erfcf doesn't exist: use numext::erfc instead
2016-08-11 15:24:06 -07:00
AdolcForward
…
AlignedVector3
bug
#1156
: fix several function declarations whose arguments were passed by value instead of being passed by reference
2016-01-27 18:34:42 +01:00
ArpackSupport
…
AutoDiff
…
BVH
…
CMakeLists.txt
bug
#1232
: refactor special functions as a new SpecialFunctions module, currently in unsupported/.
2016-07-08 11:13:55 +02:00
FFT
…
IterativeSolvers
Implement wrapper for matrix-free iterative solvers
2015-12-07 12:23:22 +01:00
KroneckerProduct
…
LevenbergMarquardt
…
MatrixFunctions
…
MoreVectorization
…
MPRealSupport
Implement digits10 for mpreal
2016-07-25 14:38:55 +02:00
NonLinearOptimization
…
NumericalDiff
…
OpenGLSupport
Replace all M_PI by EIGEN_PI and add a check to the testsuite.
2016-03-23 15:37:45 +01:00
Polynomials
…
Skyline
…
SparseExtra
…
SpecialFunctions
Move CUDA's special functions to SpecialFunctions module.
2016-07-11 18:39:11 +02:00
Splines
…