eigen/Eigen/src
Gael Guennebaud a44f7cf440 re-enable the fast unaligned loads for gcc and icc using inline assembly
(this allows to avoid incompatible pointer casts and to specify the dependency to the data explicitely)
2009-06-24 10:48:36 +02:00
..
Array * rename PartialRedux to VectorwiseOp 2009-06-10 11:20:30 +02:00
Cholesky fix #14: make llt::solve() and also ldlt::solve() work with uninitialized result 2009-06-19 17:01:32 +02:00
Core re-enable the fast unaligned loads for gcc and icc using inline assembly 2009-06-24 10:48:36 +02:00
Geometry * rename PartialRedux to VectorwiseOp 2009-06-10 11:20:30 +02:00
LeastSquares
LU merge 2009-05-22 20:31:26 +02:00
QR forward port fix to #12 2009-06-19 18:51:15 +02:00
Sparse fixed typo in SuperLUSupport.h 2009-06-17 11:55:57 +02:00
SVD merge 2009-05-22 20:31:26 +02:00
CMakeLists.txt