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
1fa15ceee64a32d4823ca048411506af4bc04ede
eigen
/
unsupported
/
Eigen
History
Gael Guennebaud
548a487800
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
..
CXX11
#if defined(EIGEN_USE_NONBLOCKING_THREAD_POOL) is now #if !defined(EIGEN_USE_SIMPLE_THREAD_POOL): the non blocking thread pool is the default since it's more scalable, and one needs to request the old thread pool explicitly.
2016-05-17 14:06:15 -07:00
src
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
AdolcForward
Update ADOL-C support.
2015-11-30 16:00:22 +01:00
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
…
FFT
…
IterativeSolvers
Implement wrapper for matrix-free iterative solvers
2015-12-07 12:23:22 +01:00
KroneckerProduct
…
LevenbergMarquardt
…
MatrixFunctions
…
MoreVectorization
…
MPRealSupport
…
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
…
Splines
…