eigen/Eigen
Benoit Jacob 93a089adc8 disable alignment altogether outside of the platforms which potentially have SSE or AltiVec
This should remove most portability issues to other platforms where data alignment issues (including
overloading operator new and new[]) can be tricky, and where data alignment is not needed in the first place.
2009-02-04 16:53:03 +00:00
..
src disable alignment altogether outside of the platforms which potentially have SSE or AltiVec 2009-02-04 16:53:03 +00:00
Array * mark Geometry as experimental 2009-01-26 13:53:43 +00:00
Cholesky * label Cholesky and solveTriangular.* as experimental 2009-02-02 14:21:35 +00:00
CMakeLists.txt setup the unsupported directory structure. 2009-02-04 15:37:00 +00:00
Core #error if min or max is defined 2009-01-19 13:23:41 +00:00
Geometry * mark Geometry as experimental 2009-01-26 13:53:43 +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 * mark Geometry as experimental 2009-01-26 13:53:43 +00:00
StdVector * move cwise *= and /= to Core (like * and /) 2009-01-12 13:41:40 +00:00
SVD * mark Geometry as experimental 2009-01-26 13:53:43 +00:00