eigen/Eigen
Benoit Jacob d02eccf584 add SSE path for Matrix4f inverse, taken from Intel except that we do a kosher
division instead of RCPPS-followed-by-Newton-Raphson. The rationale for that is
that elsewhere in Eigen we dont allow ourselves this approximation (which throws
2 bits of mantissa), so there's no reason we should allow it here.
2009-12-14 22:47:14 -05:00
..
src add SSE path for Matrix4f inverse, taken from Intel except that we do a kosher 2009-12-14 22:47:14 -05:00
Array added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
Cholesky added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
CMakeLists.txt Eigen/CMakeLists.txt: remove parens from if. 2009-11-20 11:26:26 +00:00
Core Added NestByValue and .nestByValue() again for the sake of backwards compatibility. 2009-12-02 10:53:30 +01:00
Dense add "Dense" header 2009-06-19 19:09:35 +02:00
Eigen add Eigen/Eigen 2009-06-19 20:46:55 +02:00
Eigenvalues added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
Geometry added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
Householder Documentation clean up. 2009-12-08 15:12:27 +00:00
Jacobi added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
LeastSquares added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
LU add SSE path for Matrix4f inverse, taken from Intel except that we do a kosher 2009-12-14 22:47:14 -05:00
QR added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
QtAlignedMalloc added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
Sparse merge 2009-12-02 11:08:44 +01:00
StdVector added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
SVD added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00