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
f52a9e531540d3b7a0ef37be48665a92845ea515
eigen
/
Eigen
History
Kenneth Frank Riddile
f52a9e5315
* Added aligned_allocator for using 16-byte aligned types with STL containers. There is still a compile-time problem with STL containers that have a standard-conformant resize() method, but this should resolve the original user issue which was storing aligned objects in a std::map.
2009-01-09 00:55:53 +00:00
..
src
* Added aligned_allocator for using 16-byte aligned types with STL containers. There is still a compile-time problem with STL containers that have a standard-conformant resize() method, but this should resolve the original user issue which was storing aligned objects in a std::map.
2009-01-09 00:55:53 +00:00
Array
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00
Cholesky
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00
CMakeLists.txt
forgot to install the LeastSquares header
2009-01-05 19:12:35 +00:00
Core
* Added aligned_allocator for using 16-byte aligned types with STL containers. There is still a compile-time problem with STL containers that have a standard-conformant resize() method, but this should resolve the original user issue which was storing aligned objects in a std::map.
2009-01-09 00:55:53 +00:00
Geometry
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00
LeastSquares
rename Regression --> LeastSquares
2009-01-04 15:55:54 +00:00
LU
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00
QR
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00
Regression
rename Regression --> LeastSquares
2009-01-04 15:55:54 +00:00
Sparse
Sparse module:
2009-01-07 17:01:57 +00:00
SVD
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
2008-12-18 20:48:02 +00:00