eigen/Eigen
Benoit Jacob 95bda5e6ab let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.
Until now, the user had to edit the source code to do that.
Internally, add EIGEN_ALIGN that takes into account both EIGEN_DONT_ALIGN.and
EIGEN_ARCH_WANTS_ALIGNMENT. From now on, only EIGEN_ALIGN should be used to
test whether we want to align.
2009-05-03 13:50:56 +00:00
..
src let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
Array big addons: 2009-03-05 10:25:22 +00:00
Cholesky s/cholesky/llt in precompiled lib and BTL 2009-02-06 14:01:01 +00:00
CMakeLists.txt Add COMPONENT Devel 2009-02-23 07:50:56 +00:00
Core let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
Geometry add optimized quaternion * quaternion product specialization for 2009-03-07 13:52:44 +00:00
LeastSquares * mark Geometry as experimental 2009-01-26 13:53:43 +00:00
LU Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
QR * mark Geometry as experimental 2009-01-26 13:53:43 +00:00
QtAlignedMalloc make these functions inline, thanks to Mek 2009-01-26 13:59:52 +00:00
Sparse sparse module: new API proposal for triangular solves and experimental 2009-04-05 16:30:10 +00:00
StdVector * update BVH to explicitely use aligned_allocator 2009-04-23 11:33:36 +00:00
SVD * mark Geometry as experimental 2009-01-26 13:53:43 +00:00